Html Css Color HEX #CA4D06 Tenne (Tawny)

📋 copy color: '#CA4D06'

red 202 ◦ green 77 ◦ blue 6

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

Shades of Tenne (Tawny) #CA4D06

Tints of Tenne (Tawny) #CA4D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 70.88%
G = 27.02%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA4D06 (or 0xCA4D06) is known color: Tenne (Tawny). HEX triplet: CA, 4D and 06. RGB value is (202,77,6). Sum of RGB (Red+Green+Blue) = 202+77+6=285 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.88% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4D06 is #35B2F9. Grayscale: #6A6A6A. Windows color (decimal): -3519226 or 413130. OLE color: 413130.

HSL color Cylindrical-coordinate representation of color #CA4D06: hue angle of 21.73º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA4D06 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 6 -
CMYK 0 0.62 0.97 0.21
HSL 21.73º 0.94% 0.41% -
HSV(B) 21.73º 0.97% 0.79% -
XYZ 27.04 17.88 2.2 -
YUV 106.28 71.41 196.27 -
System Red Green Blue C M Y K H S L
Decimal 202 77 6 0 0.62 0.97 0.21 21.73 0.94 0.41
Hex CA 4D 6 0 3E 61 15 16 5E 29
Octal 312 115 6 0 76 141 25 26 136 51
Binary 11001010 1001101 110 0 111110 1100001 10101 10110 1011110 101001

Color Harmonies of #CA4D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D06

Black with #CA4D06

Text Example


Text Example

White with #CA4D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D06; }

 p { color: rgb(202,77,6); }

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

background-color css

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

 a { background-color: rgb(202,77,6); }

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

border-color css

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

 span { border-color: rgb(202,77,6); }

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