Html Css Color HEX #CC5B08 Tenne (Tawny)

📋 copy color: '#CC5B08'

red 204 ◦ green 91 ◦ blue 8

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

Shades of Tenne (Tawny) #CC5B08

Tints of Tenne (Tawny) #CC5B08

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.03%

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

R = 67.33%
G = 30.03%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC5B08 (or 0xCC5B08) is known color: Tenne (Tawny). HEX triplet: CC, 5B and 08. RGB value is (204,91,8). Sum of RGB (Red+Green+Blue) = 204+91+8=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5B08 is #33A4F7. Grayscale: #737373. Windows color (decimal): -3384568 or 547788. OLE color: 547788.

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

Color convert

RGB 204 91 8 -
CMYK 0 0.55 0.96 0.2
HSL 25.41º 0.92% 0.42% -
HSV(B) 25.41º 0.96% 0.8% -
XYZ 28.69 20.34 2.64 -
YUV 115.33 67.44 191.25 -
System Red Green Blue C M Y K H S L
Decimal 204 91 8 0 0.55 0.96 0.2 25.41 0.92 0.42
Hex CC 5B 8 0 37 60 14 19 5C 2A
Octal 314 133 10 0 67 140 24 31 134 52
Binary 11001100 1011011 1000 0 110111 1100000 10100 11001 1011100 101010

Color Harmonies of #CC5B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B08

Black with #CC5B08

Text Example


Text Example

White with #CC5B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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