Html Css Color HEX #CC4E13 Tenne (Tawny)

📋 copy color: '#CC4E13'

red 204 ◦ green 78 ◦ blue 19

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

Shades of Tenne (Tawny) #CC4E13

Tints of Tenne (Tawny) #CC4E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 67.77%
G = 25.91%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC4E13 (or 0xCC4E13) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 13. RGB value is (204,78,19). Sum of RGB (Red+Green+Blue) = 204+78+19=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E13 is #33B1EC. Grayscale: #6D6D6D. Windows color (decimal): -3387885 or 1265356. OLE color: 1265356.

HSL color Cylindrical-coordinate representation of color #CC4E13: hue angle of 19.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC4E13 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 78 19 -
CMYK 0 0.62 0.91 0.2
HSL 19.14º 0.83% 0.44% -
HSV(B) 19.14º 0.91% 0.8% -
XYZ 27.74 18.33 2.69 -
YUV 108.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 204 78 19 0 0.62 0.91 0.2 19.14 0.83 0.44
Hex CC 4E 13 0 3E 5B 14 13 53 2C
Octal 314 116 23 0 76 133 24 23 123 54
Binary 11001100 1001110 10011 0 111110 1011011 10100 10011 1010011 101100

Color Harmonies of #CC4E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E13

Black with #CC4E13

Text Example


Text Example

White with #CC4E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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