#CA6100

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

Shades of Tenne (Tawny) #CA6100

Tints of Tenne (Tawny) #CA6100

Color information

#CA6100 (or 0xCA6100) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 61 and 00. RGB value is (202,97,0). Sum of RGB (Red+Green+Blue) = 202+97+0=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6100 is #359EFF. Grayscale: #757575. Windows color (decimal): -3514112 or 25034. OLE color: 25034.

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

Color convert

RGB202970-
CMYK00.5210.21
HSL28.81º100%39.61%-
HSV(B)28.81º100%79.22%-
XYZ28.6321.112.56-
YUV117.3461.79188.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.56%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.56%
G=32.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20297000.5210.2128.8110039.61
HexCA61003464151d6428
Octal3121410064144253514450
Binary11001010110000100110100110010010101111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6100; }

 p { color: rgb(202,97,0); }

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

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

 a { background-color: rgb(202,97,0); }

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

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

 span { border-color: rgb(202,97,0); }

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