Html Css Color HEX #CC5E0A Tenne (Tawny)

📋 copy color: '#CC5E0A'

red 204 ◦ green 94 ◦ blue 10

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

Shades of Tenne (Tawny) #CC5E0A

Tints of Tenne (Tawny) #CC5E0A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

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

R = 66.23%
G = 30.52%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC5E0A (or 0xCC5E0A) is known color: Tenne (Tawny). HEX triplet: CC, 5E and 0A. RGB value is (204,94,10). Sum of RGB (Red+Green+Blue) = 204+94+10=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5E0A is #33A1F5. Grayscale: #757575. Windows color (decimal): -3383798 or 679628. OLE color: 679628.

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

Color convert

RGB 204 94 10 -
CMYK 0 0.54 0.95 0.2
HSL 25.98º 0.91% 0.42% -
HSV(B) 25.98º 0.95% 0.8% -
XYZ 28.96 20.86 2.79 -
YUV 117.31 67.44 189.83 -
System Red Green Blue C M Y K H S L
Decimal 204 94 10 0 0.54 0.95 0.2 25.98 0.91 0.42
Hex CC 5E A 0 36 5F 14 1A 5B 2A
Octal 314 136 12 0 66 137 24 32 133 52
Binary 11001100 1011110 1010 0 110110 1011111 10100 11010 1011011 101010

Color Harmonies of #CC5E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5E0A

Black with #CC5E0A

Text Example


Text Example

White with #CC5E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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