Html Css Color HEX #CC4E08 Tenne (Tawny)

📋 copy color: '#CC4E08'

red 204 ◦ green 78 ◦ blue 8

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

Shades of Tenne (Tawny) #CC4E08

Tints of Tenne (Tawny) #CC4E08

RGB

 RED value IS 204 (80.08% from 255) = 70.34%

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

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

R = 70.34%
G = 26.9%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC4E08 (or 0xCC4E08) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 08. RGB value is (204,78,8). Sum of RGB (Red+Green+Blue) = 204+78+8=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E08 is #33B1F7. Grayscale: #6C6C6C. Windows color (decimal): -3387896 or 544460. OLE color: 544460.

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

Color convert

RGB 204 78 8 -
CMYK 0 0.62 0.96 0.2
HSL 21.43º 0.92% 0.42% -
HSV(B) 21.43º 0.96% 0.8% -
XYZ 27.67 18.3 2.3 -
YUV 107.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 204 78 8 0 0.62 0.96 0.2 21.43 0.92 0.42
Hex CC 4E 8 0 3E 60 14 15 5C 2A
Octal 314 116 10 0 76 140 24 25 134 52
Binary 11001100 1001110 1000 0 111110 1100000 10100 10101 1011100 101010

Color Harmonies of #CC4E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E08

Black with #CC4E08

Text Example


Text Example

White with #CC4E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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