Html Css Color HEX #CA4E08 Tenne (Tawny)

📋 copy color: '#CA4E08'

red 202 ◦ green 78 ◦ blue 8

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

Shades of Tenne (Tawny) #CA4E08

Tints of Tenne (Tawny) #CA4E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

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

R = 70.14%
G = 27.08%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#CA4E08 (or 0xCA4E08) is known color: Tenne (Tawny). HEX triplet: CA, 4E and 08. RGB value is (202,78,8). Sum of RGB (Red+Green+Blue) = 202+78+8=288 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.14% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4E08 is #35B1F7. Grayscale: #6B6B6B. Windows color (decimal): -3518968 or 544458. OLE color: 544458.

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

Color convert

RGB 202 78 8 -
CMYK 0 0.61 0.96 0.21
HSL 21.65º 0.92% 0.41% -
HSV(B) 21.65º 0.96% 0.79% -
XYZ 27.13 18.02 2.28 -
YUV 107.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 202 78 8 0 0.61 0.96 0.21 21.65 0.92 0.41
Hex CA 4E 8 0 3D 60 15 16 5C 29
Octal 312 116 10 0 75 140 25 26 134 51
Binary 11001010 1001110 1000 0 111101 1100000 10101 10110 1011100 101001

Color Harmonies of #CA4E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E08

Black with #CA4E08

Text Example


Text Example

White with #CA4E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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