Html Css Color HEX #CC4C13 Tenne (Tawny)

📋 copy color: '#CC4C13'

red 204 ◦ green 76 ◦ blue 19

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

Shades of Tenne (Tawny) #CC4C13

Tints of Tenne (Tawny) #CC4C13

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

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

R = 68.23%
G = 25.42%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC4C13 (or 0xCC4C13) is known color: Tenne (Tawny). HEX triplet: CC, 4C and 13. RGB value is (204,76,19). Sum of RGB (Red+Green+Blue) = 204+76+19=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C13 is #33B3EC. Grayscale: #6C6C6C. Windows color (decimal): -3388397 or 1264844. OLE color: 1264844.

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

Color convert

RGB 204 76 19 -
CMYK 0 0.63 0.91 0.2
HSL 18.49º 0.83% 0.44% -
HSV(B) 18.49º 0.91% 0.8% -
XYZ 27.6 18.05 2.65 -
YUV 107.77 77.91 196.63 -
System Red Green Blue C M Y K H S L
Decimal 204 76 19 0 0.63 0.91 0.2 18.49 0.83 0.44
Hex CC 4C 13 0 3F 5B 14 12 53 2C
Octal 314 114 23 0 77 133 24 22 123 54
Binary 11001100 1001100 10011 0 111111 1011011 10100 10010 1010011 101100

Color Harmonies of #CC4C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4C13

Black with #CC4C13

Text Example


Text Example

White with #CC4C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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