Html Css Color HEX #CA7004 Tenne (Tawny)

📋 copy color: '#CA7004'

red 202 ◦ green 112 ◦ blue 4

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

Shades of Tenne (Tawny) #CA7004

Tints of Tenne (Tawny) #CA7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

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

R = 63.52%
G = 35.22%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA7004 (or 0xCA7004) is known color: Tenne (Tawny). HEX triplet: CA, 70 and 04. RGB value is (202,112,4). Sum of RGB (Red+Green+Blue) = 202+112+4=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA7004 is #358FFB. Grayscale: #7F7F7F. Windows color (decimal): -3510268 or 291018. OLE color: 291018.

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

Color convert

RGB 202 112 4 -
CMYK 0 0.45 0.98 0.21
HSL 32.73º 0.96% 0.4% -
HSV(B) 32.73º 0.98% 0.79% -
XYZ 30.17 24.15 3.19 -
YUV 126.6 58.82 181.78 -
System Red Green Blue C M Y K H S L
Decimal 202 112 4 0 0.45 0.98 0.21 32.73 0.96 0.4
Hex CA 70 4 0 2D 62 15 21 60 28
Octal 312 160 4 0 55 142 25 41 140 50
Binary 11001010 1110000 100 0 101101 1100010 10101 100001 1100000 101000

Color Harmonies of #CA7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7004

Black with #CA7004

Text Example


Text Example

White with #CA7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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