Html Css Color HEX #CC5708 Tenne (Tawny)

📋 copy color: '#CC5708'

red 204 ◦ green 87 ◦ blue 8

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

Shades of Tenne (Tawny) #CC5708

Tints of Tenne (Tawny) #CC5708

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

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

R = 68.23%
G = 29.1%
B = 2.68%

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

#CC5708 (or 0xCC5708) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 08. RGB value is (204,87,8). Sum of RGB (Red+Green+Blue) = 204+87+8=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5708 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5708 is #33A8F7. Grayscale: #717171. Windows color (decimal): -3385592 or 546764. OLE color: 546764.

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

Color convert

RGB 204 87 8 -
CMYK 0 0.57 0.96 0.2
HSL 24.18º 0.92% 0.42% -
HSV(B) 24.18º 0.96% 0.8% -
XYZ 28.35 19.67 2.53 -
YUV 112.98 68.76 192.92 -
System Red Green Blue C M Y K H S L
Decimal 204 87 8 0 0.57 0.96 0.2 24.18 0.92 0.42
Hex CC 57 8 0 39 60 14 18 5C 2A
Octal 314 127 10 0 71 140 24 30 134 52
Binary 11001100 1010111 1000 0 111001 1100000 10100 11000 1011100 101010

Color Harmonies of #CC5708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5708

Black with #CC5708

Text Example


Text Example

White with #CC5708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5708; }

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

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

background-color css

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

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

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

border-color css

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

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

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