Html Css Color HEX #CA4C04 Tenne (Tawny)

📋 copy color: '#CA4C04'

red 202 ◦ green 76 ◦ blue 4

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

Shades of Tenne (Tawny) #CA4C04

Tints of Tenne (Tawny) #CA4C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.95%

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

R = 71.63%
G = 26.95%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CA4C04 (or 0xCA4C04) is known color: Tenne (Tawny). HEX triplet: CA, 4C and 04. RGB value is (202,76,4). Sum of RGB (Red+Green+Blue) = 202+76+4=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4C04 is #35B3FB. Grayscale: #696969. Windows color (decimal): -3519484 or 281802. OLE color: 281802.

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

Color convert

RGB 202 76 4 -
CMYK 0 0.62 0.98 0.21
HSL 21.82º 0.96% 0.4% -
HSV(B) 21.82º 0.98% 0.79% -
XYZ 26.96 17.73 2.12 -
YUV 105.47 70.74 196.85 -
System Red Green Blue C M Y K H S L
Decimal 202 76 4 0 0.62 0.98 0.21 21.82 0.96 0.4
Hex CA 4C 4 0 3E 62 15 16 60 28
Octal 312 114 4 0 76 142 25 26 140 50
Binary 11001010 1001100 100 0 111110 1100010 10101 10110 1100000 101000

Color Harmonies of #CA4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C04

Black with #CA4C04

Text Example


Text Example

White with #CA4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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