Html Css Color HEX #CA7204 Tenne (Tawny)

📋 copy color: '#CA7204'

red 202 ◦ green 114 ◦ blue 4

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

Shades of Tenne (Tawny) #CA7204

Tints of Tenne (Tawny) #CA7204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

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

R = 63.13%
G = 35.63%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA7204 (or 0xCA7204) is known color: Tenne (Tawny). HEX triplet: CA, 72 and 04. RGB value is (202,114,4). Sum of RGB (Red+Green+Blue) = 202+114+4=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7204 is #358DFB. Grayscale: #808080. Windows color (decimal): -3509756 or 291530. OLE color: 291530.

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

Color convert

RGB 202 114 4 -
CMYK 0 0.44 0.98 0.21
HSL 33.33º 0.96% 0.4% -
HSV(B) 33.33º 0.98% 0.79% -
XYZ 30.4 24.6 3.26 -
YUV 127.77 58.15 180.94 -
System Red Green Blue C M Y K H S L
Decimal 202 114 4 0 0.44 0.98 0.21 33.33 0.96 0.4
Hex CA 72 4 0 2C 62 15 21 60 28
Octal 312 162 4 0 54 142 25 41 140 50
Binary 11001010 1110010 100 0 101100 1100010 10101 100001 1100000 101000

Color Harmonies of #CA7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7204

Black with #CA7204

Text Example


Text Example

White with #CA7204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7204; }

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

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

background-color css

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

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

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

border-color css

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

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

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