Html Css Color HEX #CC4E15 Tenne (Tawny)

📋 copy color: '#CC4E15'

red 204 ◦ green 78 ◦ blue 21

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

Shades of Tenne (Tawny) #CC4E15

Tints of Tenne (Tawny) #CC4E15

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.74%

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

R = 67.33%
G = 25.74%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC4E15 (or 0xCC4E15) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 15. RGB value is (204,78,21). Sum of RGB (Red+Green+Blue) = 204+78+21=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E15 is #33B1EA. Grayscale: #6D6D6D. Windows color (decimal): -3387883 or 1396428. OLE color: 1396428.

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

Color convert

RGB 204 78 21 -
CMYK 0 0.62 0.90 0.2
HSL 18.69º 0.81% 0.44% -
HSV(B) 18.69º 0.9% 0.8% -
XYZ 27.76 18.34 2.79 -
YUV 109.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 204 78 21 0 0.62 0.90 0.2 18.69 0.81 0.44
Hex CC 4E 15 0 3E 5A 14 13 51 2C
Octal 314 116 25 0 76 132 24 23 121 54
Binary 11001100 1001110 10101 0 111110 1011010 10100 10011 1010001 101100

Color Harmonies of #CC4E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E15

Black with #CC4E15

Text Example


Text Example

White with #CC4E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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