Html Css Color HEX #CA4D08 Tenne (Tawny)

📋 copy color: '#CA4D08'

red 202 ◦ green 77 ◦ blue 8

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

Shades of Tenne (Tawny) #CA4D08

Tints of Tenne (Tawny) #CA4D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.79%

R = 70.38%
G = 26.83%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA4D08 (or 0xCA4D08) is known color: Tenne (Tawny). HEX triplet: CA, 4D and 08. RGB value is (202,77,8). Sum of RGB (Red+Green+Blue) = 202+77+8=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4D08 is #35B2F7. Grayscale: #6A6A6A. Windows color (decimal): -3519224 or 544202. OLE color: 544202.

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

Color convert

RGB 202 77 8 -
CMYK 0 0.62 0.96 0.21
HSL 21.34º 0.92% 0.41% -
HSV(B) 21.34º 0.96% 0.79% -
XYZ 27.05 17.88 2.26 -
YUV 106.51 72.41 196.11 -
System Red Green Blue C M Y K H S L
Decimal 202 77 8 0 0.62 0.96 0.21 21.34 0.92 0.41
Hex CA 4D 8 0 3E 60 15 15 5C 29
Octal 312 115 10 0 76 140 25 25 134 51
Binary 11001010 1001101 1000 0 111110 1100000 10101 10101 1011100 101001

Color Harmonies of #CA4D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D08

Black with #CA4D08

Text Example


Text Example

White with #CA4D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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