Html Css Color HEX #CA6604 Tenne (Tawny)

📋 copy color: '#CA6604'

red 202 ◦ green 102 ◦ blue 4

#CA6604
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CA6604

Tints of Tenne (Tawny) #CA6604

RGB

 RED value IS 202 (79.3% from 255) = 65.58%

 GREEN value IS 102 (40.23% from 255) = 33.12%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 65.58%
G = 33.12%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA6604 (or 0xCA6604) is known color: Tenne (Tawny). HEX triplet: CA, 66 and 04. RGB value is (202,102,4). Sum of RGB (Red+Green+Blue) = 202+102+4=308 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.58% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6604 is #3599FB. Grayscale: #797979. Windows color (decimal): -3512828 or 288458. OLE color: 288458.

HSL color Cylindrical-coordinate representation of color #CA6604: hue angle of 29.7º 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 #CA6604 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 102 4 -
CMYK 0 0.50 0.98 0.21
HSL 29.7º 0.96% 0.4% -
HSV(B) 29.7º 0.98% 0.79% -
XYZ 29.13 22.07 2.84 -
YUV 120.73 62.13 185.97 -
System Red Green Blue C M Y K H S L
Decimal 202 102 4 0 0.50 0.98 0.21 29.7 0.96 0.4
Hex CA 66 4 0 32 62 15 1E 60 28
Octal 312 146 4 0 62 142 25 36 140 50
Binary 11001010 1100110 100 0 110010 1100010 10101 11110 1100000 101000

Color Harmonies of #CA6604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6604

Black with #CA6604

Text Example


Text Example

White with #CA6604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6604; }

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

 H1.HeaderClassName
 {
   color: #CA6604;
 }
 .AnyTagClassName
 {
   color: #CA6604;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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