Html Css Color HEX #CC5615 Tenne (Tawny)

📋 copy color: '#CC5615'

red 204 ◦ green 86 ◦ blue 21

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

Shades of Tenne (Tawny) #CC5615

Tints of Tenne (Tawny) #CC5615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 65.59%
G = 27.65%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5615 (or 0xCC5615) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 15. RGB value is (204,86,21). Sum of RGB (Red+Green+Blue) = 204+86+21=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5615 is #33A9EA. Grayscale: #727272. Windows color (decimal): -3385835 or 1398476. OLE color: 1398476.

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

Color convert

RGB 204 86 21 -
CMYK 0 0.58 0.90 0.2
HSL 21.31º 0.81% 0.44% -
HSV(B) 21.31º 0.9% 0.8% -
XYZ 28.36 19.55 2.99 -
YUV 113.87 75.59 192.29 -
System Red Green Blue C M Y K H S L
Decimal 204 86 21 0 0.58 0.90 0.2 21.31 0.81 0.44
Hex CC 56 15 0 3A 5A 14 15 51 2C
Octal 314 126 25 0 72 132 24 25 121 54
Binary 11001100 1010110 10101 0 111010 1011010 10100 10101 1010001 101100

Color Harmonies of #CC5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5615

Black with #CC5615

Text Example


Text Example

White with #CC5615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5615; }

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

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

background-color css

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

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

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

border-color css

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

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

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