Html Css Color HEX #CA6804 Tenne (Tawny)

📋 copy color: '#CA6804'

red 202 ◦ green 104 ◦ blue 4

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

Shades of Tenne (Tawny) #CA6804

Tints of Tenne (Tawny) #CA6804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

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

R = 65.16%
G = 33.55%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA6804 (or 0xCA6804) is known color: Tenne (Tawny). HEX triplet: CA, 68 and 04. RGB value is (202,104,4). Sum of RGB (Red+Green+Blue) = 202+104+4=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6804 is #3597FB. Grayscale: #7A7A7A. Windows color (decimal): -3512316 or 288970. OLE color: 288970.

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

Color convert

RGB 202 104 4 -
CMYK 0 0.49 0.98 0.21
HSL 30.3º 0.96% 0.4% -
HSV(B) 30.3º 0.98% 0.79% -
XYZ 29.33 22.47 2.91 -
YUV 121.9 61.47 185.13 -
System Red Green Blue C M Y K H S L
Decimal 202 104 4 0 0.49 0.98 0.21 30.3 0.96 0.4
Hex CA 68 4 0 31 62 15 1E 60 28
Octal 312 150 4 0 61 142 25 36 140 50
Binary 11001010 1101000 100 0 110001 1100010 10101 11110 1100000 101000

Color Harmonies of #CA6804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6804

Black with #CA6804

Text Example


Text Example

White with #CA6804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6804; }

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

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

background-color css

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

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

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

border-color css

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

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

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