Html Css Color HEX #CC5017 Tenne (Tawny)

📋 copy color: '#CC5017'

red 204 ◦ green 80 ◦ blue 23

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

Shades of Tenne (Tawny) #CC5017

Tints of Tenne (Tawny) #CC5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 66.45%
G = 26.06%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC5017 (or 0xCC5017) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 17. RGB value is (204,80,23). Sum of RGB (Red+Green+Blue) = 204+80+23=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5017 is #33AFE8. Grayscale: #6E6E6E. Windows color (decimal): -3387369 or 1528012. OLE color: 1528012.

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

Color convert

RGB 204 80 23 -
CMYK 0 0.61 0.89 0.2
HSL 18.9º 0.8% 0.45% -
HSV(B) 18.9º 0.89% 0.8% -
XYZ 27.93 18.64 2.94 -
YUV 110.58 78.58 194.63 -
System Red Green Blue C M Y K H S L
Decimal 204 80 23 0 0.61 0.89 0.2 18.9 0.8 0.45
Hex CC 50 17 0 3D 59 14 13 50 2D
Octal 314 120 27 0 75 131 24 23 120 55
Binary 11001100 1010000 10111 0 111101 1011001 10100 10011 1010000 101101

Color Harmonies of #CC5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5017

Black with #CC5017

Text Example


Text Example

White with #CC5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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