#CA6104

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

Shades of Tenne (Tawny) #CA6104

Tints of Tenne (Tawny) #CA6104

Color information

#CA6104 (or 0xCA6104) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 61 and 04. RGB value is (202,97,4). Sum of RGB (Red+Green+Blue) = 202+97+4=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6104 is #359EFB. Grayscale: #767676. Windows color (decimal): -3514108 or 287178. OLE color: 287178.

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

Color convert

RGB202974-
CMYK00.520.980.21
HSL28.18º96.12%40.39%-
HSV(B)28.18º98.02%79.22%-
XYZ28.6521.112.68-
YUV117.7963.79188.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.67%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 4 (1.95% from 255) = 1.32%
R=66.67%
G=32.01%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20297400.520.980.2128.1896.1240.39
HexCA61403462151c6028
Octal3121414064142253414050
Binary1100101011000011000110100110001010101111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6104; }

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

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

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

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

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

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

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

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