#CA5E03

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

Shades of Tenne (Tawny) #CA5E03

Tints of Tenne (Tawny) #CA5E03

Color information

#CA5E03 (or 0xCA5E03) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 5E and 03. RGB value is (202,94,3). Sum of RGB (Red+Green+Blue) = 202+94+3=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E03 is #35A1FC. Grayscale: #747474. Windows color (decimal): -3514877 or 220874. OLE color: 220874.

HSL color Cylindrical-coordinate representation of color #CA5E03: hue angle of 27.44º degrees, saturation: 0.97, 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 #CA5E03 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB202943-
CMYK00.530.990.21
HSL27.44º97.07%40.2%-
HSV(B)27.44º98.51%79.22%-
XYZ28.3820.572.56-
YUV115.9264.28189.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.56%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 3 (1.56% from 255) = 1.00%
R=67.56%
G=31.44%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20294300.530.990.2127.4497.0740.2
HexCA5E303563151b6128
Octal3121363065143253314150
Binary110010101011110110110101110001110101110111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E03; }

 p { color: rgb(202,94,3); }

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

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

 a { background-color: rgb(202,94,3); }

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

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

 span { border-color: rgb(202,94,3); }

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