#CA4F10

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

Shades of Tenne (Tawny) #CA4F10

Tints of Tenne (Tawny) #CA4F10

Color information

#CA4F10 (or 0xCA4F10) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 4F and 10. RGB value is (202,79,16). Sum of RGB (Red+Green+Blue) = 202+79+16=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F10 is #35B0EF. Grayscale: #6C6C6C. Windows color (decimal): -3518704 or 1069002. OLE color: 1069002.

HSL color Cylindrical-coordinate representation of color #CA4F10: hue angle of 20.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA4F10 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB2027916-
CMYK00.610.920.21
HSL20.32º85.32%42.75%-
HSV(B)20.32º92.08%79.22%-
XYZ27.2518.192.56-
YUV108.5975.75194.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.01%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 16 (6.64% from 255) = 5.39%
R=68.01%
G=26.60%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202791600.610.920.2120.3285.3242.75
HexCA4F1003D5C1514552b
Octal31211720075134252412553
Binary110010101001111100000111101101110010101101001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F10; }

 p { color: rgb(202,79,16); }

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

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

 a { background-color: rgb(202,79,16); }

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

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

 span { border-color: rgb(202,79,16); }

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