Html Css Color HEX #CC5613 Tenne (Tawny)

📋 copy color: '#CC5613'

red 204 ◦ green 86 ◦ blue 19

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

Shades of Tenne (Tawny) #CC5613

Tints of Tenne (Tawny) #CC5613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 66.02%
G = 27.83%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5613 (or 0xCC5613) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 13. RGB value is (204,86,19). Sum of RGB (Red+Green+Blue) = 204+86+19=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5613 is #33A9EC. Grayscale: #727272. Windows color (decimal): -3385837 or 1267404. OLE color: 1267404.

HSL color Cylindrical-coordinate representation of color #CC5613: hue angle of 21.73º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC5613 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 86 19 -
CMYK 0 0.58 0.91 0.2
HSL 21.73º 0.83% 0.44% -
HSV(B) 21.73º 0.91% 0.8% -
XYZ 28.35 19.54 2.89 -
YUV 113.64 74.59 192.45 -
System Red Green Blue C M Y K H S L
Decimal 204 86 19 0 0.58 0.91 0.2 21.73 0.83 0.44
Hex CC 56 13 0 3A 5B 14 16 53 2C
Octal 314 126 23 0 72 133 24 26 123 54
Binary 11001100 1010110 10011 0 111010 1011011 10100 10110 1010011 101100

Color Harmonies of #CC5613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5613

Black with #CC5613

Text Example


Text Example

White with #CC5613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5613; }

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

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

background-color css

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

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

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

border-color css

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

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

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