Html Css Color HEX #CC5C0A Tenne (Tawny)

📋 copy color: '#CC5C0A'

red 204 ◦ green 92 ◦ blue 10

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

Shades of Tenne (Tawny) #CC5C0A

Tints of Tenne (Tawny) #CC5C0A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.07%

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

R = 66.67%
G = 30.07%
B = 3.27%

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

#CC5C0A (or 0xCC5C0A) is known color: Tenne (Tawny). HEX triplet: CC, 5C and 0A. RGB value is (204,92,10). Sum of RGB (Red+Green+Blue) = 204+92+10=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5C0A is #33A3F5. Grayscale: #747474. Windows color (decimal): -3384310 or 679116. OLE color: 679116.

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

Color convert

RGB 204 92 10 -
CMYK 0 0.55 0.95 0.2
HSL 25.36º 0.91% 0.42% -
HSV(B) 25.36º 0.95% 0.8% -
XYZ 28.78 20.51 2.73 -
YUV 116.14 68.11 190.67 -
System Red Green Blue C M Y K H S L
Decimal 204 92 10 0 0.55 0.95 0.2 25.36 0.91 0.42
Hex CC 5C A 0 37 5F 14 19 5B 2A
Octal 314 134 12 0 67 137 24 31 133 52
Binary 11001100 1011100 1010 0 110111 1011111 10100 11001 1011011 101010

Color Harmonies of #CC5C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C0A

Black with #CC5C0A

Text Example


Text Example

White with #CC5C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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