Html Css Color HEX #CC5C0F Tenne (Tawny)

📋 copy color: '#CC5C0F'

red 204 ◦ green 92 ◦ blue 15

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

Shades of Tenne (Tawny) #CC5C0F

Tints of Tenne (Tawny) #CC5C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.82%

R = 65.59%
G = 29.58%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC5C0F (or 0xCC5C0F) is known color: Tenne (Tawny). HEX triplet: CC, 5C and 0F. RGB value is (204,92,15). Sum of RGB (Red+Green+Blue) = 204+92+15=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5C0F is #33A3F0. Grayscale: #757575. Windows color (decimal): -3384305 or 1006796. OLE color: 1006796.

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

Color convert

RGB 204 92 15 -
CMYK 0 0.55 0.93 0.2
HSL 24.44º 0.86% 0.43% -
HSV(B) 24.44º 0.93% 0.8% -
XYZ 28.82 20.53 2.9 -
YUV 116.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 204 92 15 0 0.55 0.93 0.2 24.44 0.86 0.43
Hex CC 5C F 0 37 5D 14 18 56 2B
Octal 314 134 17 0 67 135 24 30 126 53
Binary 11001100 1011100 1111 0 110111 1011101 10100 11000 1010110 101011

Color Harmonies of #CC5C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5C0F

Black with #CC5C0F

Text Example


Text Example

White with #CC5C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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