Html Css Color HEX #CC5608 Tenne (Tawny)

📋 copy color: '#CC5608'

red 204 ◦ green 86 ◦ blue 8

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

Shades of Tenne (Tawny) #CC5608

Tints of Tenne (Tawny) #CC5608

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

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

R = 68.46%
G = 28.86%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC5608 (or 0xCC5608) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 08. RGB value is (204,86,8). Sum of RGB (Red+Green+Blue) = 204+86+8=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5608 is #33A9F7. Grayscale: #707070. Windows color (decimal): -3385848 or 546508. OLE color: 546508.

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

Color convert

RGB 204 86 8 -
CMYK 0 0.58 0.96 0.2
HSL 23.88º 0.92% 0.42% -
HSV(B) 23.88º 0.96% 0.8% -
XYZ 28.27 19.51 2.51 -
YUV 112.39 69.09 193.34 -
System Red Green Blue C M Y K H S L
Decimal 204 86 8 0 0.58 0.96 0.2 23.88 0.92 0.42
Hex CC 56 8 0 3A 60 14 18 5C 2A
Octal 314 126 10 0 72 140 24 30 134 52
Binary 11001100 1010110 1000 0 111010 1100000 10100 11000 1011100 101010

Color Harmonies of #CC5608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5608

Black with #CC5608

Text Example


Text Example

White with #CC5608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5608; }

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

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

background-color css

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

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

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

border-color css

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

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

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