Html Css Color HEX #CC5317 Tenne (Tawny)

📋 copy color: '#CC5317'

red 204 ◦ green 83 ◦ blue 23

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

Shades of Tenne (Tawny) #CC5317

Tints of Tenne (Tawny) #CC5317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 65.81%
G = 26.77%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC5317 (or 0xCC5317) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 17. RGB value is (204,83,23). Sum of RGB (Red+Green+Blue) = 204+83+23=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5317 is #33ACE8. Grayscale: #707070. Windows color (decimal): -3386601 or 1528780. OLE color: 1528780.

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

Color convert

RGB 204 83 23 -
CMYK 0 0.59 0.89 0.2
HSL 19.89º 0.8% 0.45% -
HSV(B) 19.89º 0.89% 0.8% -
XYZ 28.15 19.09 3.01 -
YUV 112.34 77.59 193.38 -
System Red Green Blue C M Y K H S L
Decimal 204 83 23 0 0.59 0.89 0.2 19.89 0.8 0.45
Hex CC 53 17 0 3B 59 14 14 50 2D
Octal 314 123 27 0 73 131 24 24 120 55
Binary 11001100 1010011 10111 0 111011 1011001 10100 10100 1010000 101101

Color Harmonies of #CC5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5317

Black with #CC5317

Text Example


Text Example

White with #CC5317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5317; }

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

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

background-color css

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

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

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

border-color css

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

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

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