Html Css Color HEX #CC5B0C Tenne (Tawny)

📋 copy color: '#CC5B0C'

red 204 ◦ green 91 ◦ blue 12

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

Shades of Tenne (Tawny) #CC5B0C

Tints of Tenne (Tawny) #CC5B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 66.45%
G = 29.64%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC5B0C (or 0xCC5B0C) is known color: Tenne (Tawny). HEX triplet: CC, 5B and 0C. RGB value is (204,91,12). Sum of RGB (Red+Green+Blue) = 204+91+12=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5B0C is #33A4F3. Grayscale: #747474. Windows color (decimal): -3384564 or 809932. OLE color: 809932.

HSL color Cylindrical-coordinate representation of color #CC5B0C: hue angle of 24.69º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC5B0C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 91 12 -
CMYK 0 0.55 0.94 0.2
HSL 24.69º 0.89% 0.42% -
HSV(B) 24.69º 0.94% 0.8% -
XYZ 28.71 20.35 2.76 -
YUV 115.78 69.44 190.92 -
System Red Green Blue C M Y K H S L
Decimal 204 91 12 0 0.55 0.94 0.2 24.69 0.89 0.42
Hex CC 5B C 0 37 5E 14 19 59 2A
Octal 314 133 14 0 67 136 24 31 131 52
Binary 11001100 1011011 1100 0 110111 1011110 10100 11001 1011001 101010

Color Harmonies of #CC5B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B0C

Black with #CC5B0C

Text Example


Text Example

White with #CC5B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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