Html Css Color HEX #CC5217 Tenne (Tawny)

📋 copy color: '#CC5217'

red 204 ◦ green 82 ◦ blue 23

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

Shades of Tenne (Tawny) #CC5217

Tints of Tenne (Tawny) #CC5217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 23 (9.38% from 255) = 7.44%

R = 66.02%
G = 26.54%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC5217 (or 0xCC5217) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 17. RGB value is (204,82,23). Sum of RGB (Red+Green+Blue) = 204+82+23=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 23 (9.38% from 255 or 7.44% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5217 is #33ADE8. Grayscale: #707070. Windows color (decimal): -3386857 or 1528524. OLE color: 1528524.

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

Color convert

RGB 204 82 23 -
CMYK 0 0.60 0.89 0.2
HSL 19.56º 0.8% 0.45% -
HSV(B) 19.56º 0.89% 0.8% -
XYZ 28.07 18.93 2.99 -
YUV 111.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 204 82 23 0 0.60 0.89 0.2 19.56 0.8 0.45
Hex CC 52 17 0 3C 59 14 14 50 2D
Octal 314 122 27 0 74 131 24 24 120 55
Binary 11001100 1010010 10111 0 111100 1011001 10100 10100 1010000 101101

Color Harmonies of #CC5217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5217

Black with #CC5217

Text Example


Text Example

White with #CC5217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5217; }

 p { color: rgb(204,82,23); }

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

background-color css

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

 a { background-color: rgb(204,82,23); }

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

border-color css

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

 span { border-color: rgb(204,82,23); }

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