Html Css Color HEX #CC5808 Tenne (Tawny)

📋 copy color: '#CC5808'

red 204 ◦ green 88 ◦ blue 8

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

Shades of Tenne (Tawny) #CC5808

Tints of Tenne (Tawny) #CC5808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.33%

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

R = 68%
G = 29.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC5808 (or 0xCC5808) is known color: Tenne (Tawny). HEX triplet: CC, 58 and 08. RGB value is (204,88,8). Sum of RGB (Red+Green+Blue) = 204+88+8=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5808 is #33A7F7. Grayscale: #717171. Windows color (decimal): -3385336 or 547020. OLE color: 547020.

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

Color convert

RGB 204 88 8 -
CMYK 0 0.57 0.96 0.2
HSL 24.49º 0.92% 0.42% -
HSV(B) 24.49º 0.96% 0.8% -
XYZ 28.44 19.83 2.56 -
YUV 113.56 68.43 192.5 -
System Red Green Blue C M Y K H S L
Decimal 204 88 8 0 0.57 0.96 0.2 24.49 0.92 0.42
Hex CC 58 8 0 39 60 14 18 5C 2A
Octal 314 130 10 0 71 140 24 30 134 52
Binary 11001100 1011000 1000 0 111001 1100000 10100 11000 1011100 101010

Color Harmonies of #CC5808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5808

Black with #CC5808

Text Example


Text Example

White with #CC5808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5808; }

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

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

background-color css

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

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

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

border-color css

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

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

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