Html Css Color HEX #CC5E08 Tenne (Tawny)

📋 copy color: '#CC5E08'

red 204 ◦ green 94 ◦ blue 8

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

Shades of Tenne (Tawny) #CC5E08

Tints of Tenne (Tawny) #CC5E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.72%

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

R = 66.67%
G = 30.72%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC5E08 (or 0xCC5E08) is known color: Tenne (Tawny). HEX triplet: CC, 5E and 08. RGB value is (204,94,8). Sum of RGB (Red+Green+Blue) = 204+94+8=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E08 is #33A1F7. Grayscale: #757575. Windows color (decimal): -3383800 or 548556. OLE color: 548556.

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

Color convert

RGB 204 94 8 -
CMYK 0 0.54 0.96 0.2
HSL 26.33º 0.92% 0.42% -
HSV(B) 26.33º 0.96% 0.8% -
XYZ 28.95 20.86 2.73 -
YUV 117.09 66.44 189.99 -
System Red Green Blue C M Y K H S L
Decimal 204 94 8 0 0.54 0.96 0.2 26.33 0.92 0.42
Hex CC 5E 8 0 36 60 14 1A 5C 2A
Octal 314 136 10 0 66 140 24 32 134 52
Binary 11001100 1011110 1000 0 110110 1100000 10100 11010 1011100 101010

Color Harmonies of #CC5E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E08

Black with #CC5E08

Text Example


Text Example

White with #CC5E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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