Html Css Color HEX #CC5B0A Tenne (Tawny)

📋 copy color: '#CC5B0A'

red 204 ◦ green 91 ◦ blue 10

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

Shades of Tenne (Tawny) #CC5B0A

Tints of Tenne (Tawny) #CC5B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 66.89%
G = 29.84%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC5B0A (or 0xCC5B0A) is known color: Tenne (Tawny). HEX triplet: CC, 5B and 0A. RGB value is (204,91,10). Sum of RGB (Red+Green+Blue) = 204+91+10=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5B0A is #33A4F5. Grayscale: #737373. Windows color (decimal): -3384566 or 678860. OLE color: 678860.

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

Color convert

RGB 204 91 10 -
CMYK 0 0.55 0.95 0.2
HSL 25.05º 0.91% 0.42% -
HSV(B) 25.05º 0.95% 0.8% -
XYZ 28.7 20.34 2.7 -
YUV 115.55 68.44 191.09 -
System Red Green Blue C M Y K H S L
Decimal 204 91 10 0 0.55 0.95 0.2 25.05 0.91 0.42
Hex CC 5B A 0 37 5F 14 19 5B 2A
Octal 314 133 12 0 67 137 24 31 133 52
Binary 11001100 1011011 1010 0 110111 1011111 10100 11001 1011011 101010

Color Harmonies of #CC5B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B0A

Black with #CC5B0A

Text Example


Text Example

White with #CC5B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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