Html Css Color HEX #CC5015 Tenne (Tawny)

📋 copy color: '#CC5015'

red 204 ◦ green 80 ◦ blue 21

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

Shades of Tenne (Tawny) #CC5015

Tints of Tenne (Tawny) #CC5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.23%

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

R = 66.89%
G = 26.23%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5015 (or 0xCC5015) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 15. RGB value is (204,80,21). Sum of RGB (Red+Green+Blue) = 204+80+21=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5015 is #33AFEA. Grayscale: #6E6E6E. Windows color (decimal): -3387371 or 1396940. OLE color: 1396940.

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

Color convert

RGB 204 80 21 -
CMYK 0 0.61 0.90 0.2
HSL 19.34º 0.81% 0.44% -
HSV(B) 19.34º 0.9% 0.8% -
XYZ 27.91 18.63 2.83 -
YUV 110.35 77.58 194.8 -
System Red Green Blue C M Y K H S L
Decimal 204 80 21 0 0.61 0.90 0.2 19.34 0.81 0.44
Hex CC 50 15 0 3D 5A 14 13 51 2C
Octal 314 120 25 0 75 132 24 23 121 54
Binary 11001100 1010000 10101 0 111101 1011010 10100 10011 1010001 101100

Color Harmonies of #CC5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5015

Black with #CC5015

Text Example


Text Example

White with #CC5015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5015; }

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

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

background-color css

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

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

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

border-color css

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

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

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