Html Css Color HEX #CC5413 Tenne (Tawny)

📋 copy color: '#CC5413'

red 204 ◦ green 84 ◦ blue 19

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

Shades of Tenne (Tawny) #CC5413

Tints of Tenne (Tawny) #CC5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

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

R = 66.45%
G = 27.36%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5413 (or 0xCC5413) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 13. RGB value is (204,84,19). Sum of RGB (Red+Green+Blue) = 204+84+19=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5413 is #33ABEC. Grayscale: #707070. Windows color (decimal): -3386349 or 1266892. OLE color: 1266892.

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

Color convert

RGB 204 84 19 -
CMYK 0 0.59 0.91 0.2
HSL 21.08º 0.83% 0.44% -
HSV(B) 21.08º 0.91% 0.8% -
XYZ 28.19 19.23 2.84 -
YUV 112.47 75.26 193.29 -
System Red Green Blue C M Y K H S L
Decimal 204 84 19 0 0.59 0.91 0.2 21.08 0.83 0.44
Hex CC 54 13 0 3B 5B 14 15 53 2C
Octal 314 124 23 0 73 133 24 25 123 54
Binary 11001100 1010100 10011 0 111011 1011011 10100 10101 1010011 101100

Color Harmonies of #CC5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5413

Black with #CC5413

Text Example


Text Example

White with #CC5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5413; }

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

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

background-color css

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

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

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

border-color css

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

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

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