Html Css Color HEX #CC5610 Tenne (Tawny)

📋 copy color: '#CC5610'

red 204 ◦ green 86 ◦ blue 16

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

Shades of Tenne (Tawny) #CC5610

Tints of Tenne (Tawny) #CC5610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.1%

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

R = 66.67%
G = 28.1%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC5610 (or 0xCC5610) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 10. RGB value is (204,86,16). Sum of RGB (Red+Green+Blue) = 204+86+16=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5610 is #33A9EF. Grayscale: #717171. Windows color (decimal): -3385840 or 1070796. OLE color: 1070796.

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

Color convert

RGB 204 86 16 -
CMYK 0 0.58 0.92 0.2
HSL 22.34º 0.85% 0.43% -
HSV(B) 22.34º 0.92% 0.8% -
XYZ 28.32 19.53 2.77 -
YUV 113.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 204 86 16 0 0.58 0.92 0.2 22.34 0.85 0.43
Hex CC 56 10 0 3A 5C 14 16 55 2B
Octal 314 126 20 0 72 134 24 26 125 53
Binary 11001100 1010110 10000 0 111010 1011100 10100 10110 1010101 101011

Color Harmonies of #CC5610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5610

Black with #CC5610

Text Example


Text Example

White with #CC5610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5610; }

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

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

background-color css

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

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

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

border-color css

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

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

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