Html Css Color HEX #CC5415 Tenne (Tawny)

📋 copy color: '#CC5415'

red 204 ◦ green 84 ◦ blue 21

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

Shades of Tenne (Tawny) #CC5415

Tints of Tenne (Tawny) #CC5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

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

R = 66.02%
G = 27.18%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5415 (or 0xCC5415) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 15. RGB value is (204,84,21). Sum of RGB (Red+Green+Blue) = 204+84+21=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5415 is #33ABEA. Grayscale: #717171. Windows color (decimal): -3386347 or 1397964. OLE color: 1397964.

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

Color convert

RGB 204 84 21 -
CMYK 0 0.59 0.90 0.2
HSL 20.66º 0.81% 0.44% -
HSV(B) 20.66º 0.9% 0.8% -
XYZ 28.21 19.23 2.93 -
YUV 112.7 76.26 193.12 -
System Red Green Blue C M Y K H S L
Decimal 204 84 21 0 0.59 0.90 0.2 20.66 0.81 0.44
Hex CC 54 15 0 3B 5A 14 15 51 2C
Octal 314 124 25 0 73 132 24 25 121 54
Binary 11001100 1010100 10101 0 111011 1011010 10100 10101 1010001 101100

Color Harmonies of #CC5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5415

Black with #CC5415

Text Example


Text Example

White with #CC5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5415; }

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

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

background-color css

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

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

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

border-color css

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

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

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