Html Css Color HEX #CC5115 Tenne (Tawny)

📋 copy color: '#CC5115'

red 204 ◦ green 81 ◦ blue 21

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

Shades of Tenne (Tawny) #CC5115

Tints of Tenne (Tawny) #CC5115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.47%

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

R = 66.67%
G = 26.47%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5115 (or 0xCC5115) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 15. RGB value is (204,81,21). Sum of RGB (Red+Green+Blue) = 204+81+21=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5115 is #33AEEA. Grayscale: #6F6F6F. Windows color (decimal): -3387115 or 1397196. OLE color: 1397196.

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

Color convert

RGB 204 81 21 -
CMYK 0 0.60 0.90 0.2
HSL 19.67º 0.81% 0.44% -
HSV(B) 19.67º 0.9% 0.8% -
XYZ 27.98 18.78 2.86 -
YUV 110.94 77.25 194.38 -
System Red Green Blue C M Y K H S L
Decimal 204 81 21 0 0.60 0.90 0.2 19.67 0.81 0.44
Hex CC 51 15 0 3C 5A 14 14 51 2C
Octal 314 121 25 0 74 132 24 24 121 54
Binary 11001100 1010001 10101 0 111100 1011010 10100 10100 1010001 101100

Color Harmonies of #CC5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5115

Black with #CC5115

Text Example


Text Example

White with #CC5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5115; }

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

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

background-color css

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

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

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

border-color css

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

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

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