#ca5b02

Color #CA5B02 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CA5B02

Tints of Tenne (Tawny) #CA5B02

Color information

#CA5B02 (or 0xCA5B02) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 5B and 02. RGB value is (202,91,2). Sum of RGB (Red+Green+Blue) = 202+91+2=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5B02 is #35A4FD. Grayscale: #727272. Windows color (decimal): -3515646 or 154570. OLE color: 154570.

HSL color Cylindrical-coordinate representation of color #CA5B02: hue angle of 26.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA5B02 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB202912-
CMYK00.550.990.21
HSL26.7º98.04%40%-
HSV(B)26.7º99.01%79.22%-
XYZ28.1120.042.44-
YUV114.0464.77190.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 68.47%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 2 (1.17% from 255) = 0.68%
R=68.47%
G=30.85%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20291200.550.990.2126.798.0440
HexCA5B203763151b6228
Octal3121332067143253314250
Binary110010101011011100110111110001110101110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5b02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5b02; }

 p { color: rgb(202,91,2); }

 H1.HeaderClassName
 {
   color: #ca5b02;
 }
 .AnyTagClassName
 {
   color: #ca5b02;
 }
</style>
background-color css

<style>
 a { background-color: #ca5b02; }

 a { background-color: rgb(202,91,2); }

 div.DivClassName
 {
   background-color: #ca5b02;
 }
 .BgClassName
 {
   background-color: #ca5b02;
 }
</style>
border-color css

<style>
 span { border-color: #ca5b02; }

 span { border-color: rgb(202,91,2); }

 td.TdClassName
 {
   border-color: #ca5b02;
 }
 .TagClassName
 {
   border-color: #ca5b02;
 }
</style>