Html Css Color HEX #CC5710 Tenne (Tawny)

📋 copy color: '#CC5710'

red 204 ◦ green 87 ◦ blue 16

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

Shades of Tenne (Tawny) #CC5710

Tints of Tenne (Tawny) #CC5710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 66.45%
G = 28.34%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC5710 (or 0xCC5710) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 10. RGB value is (204,87,16). Sum of RGB (Red+Green+Blue) = 204+87+16=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5710 is #33A8EF. Grayscale: #727272. Windows color (decimal): -3385584 or 1071052. OLE color: 1071052.

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

Color convert

RGB 204 87 16 -
CMYK 0 0.57 0.92 0.2
HSL 22.66º 0.85% 0.43% -
HSV(B) 22.66º 0.92% 0.8% -
XYZ 28.4 19.69 2.79 -
YUV 113.89 72.76 192.27 -
System Red Green Blue C M Y K H S L
Decimal 204 87 16 0 0.57 0.92 0.2 22.66 0.85 0.43
Hex CC 57 10 0 39 5C 14 17 55 2B
Octal 314 127 20 0 71 134 24 27 125 53
Binary 11001100 1010111 10000 0 111001 1011100 10100 10111 1010101 101011

Color Harmonies of #CC5710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5710

Black with #CC5710

Text Example


Text Example

White with #CC5710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5710; }

 p { color: rgb(204,87,16); }

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

background-color css

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

 a { background-color: rgb(204,87,16); }

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

border-color css

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

 span { border-color: rgb(204,87,16); }

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