Html Css Color HEX #CC5213 Tenne (Tawny)

📋 copy color: '#CC5213'

red 204 ◦ green 82 ◦ blue 19

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

Shades of Tenne (Tawny) #CC5213

Tints of Tenne (Tawny) #CC5213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 66.89%
G = 26.89%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5213 (or 0xCC5213) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 13. RGB value is (204,82,19). Sum of RGB (Red+Green+Blue) = 204+82+19=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5213 is #33ADEC. Grayscale: #6F6F6F. Windows color (decimal): -3386861 or 1266380. OLE color: 1266380.

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

Color convert

RGB 204 82 19 -
CMYK 0 0.60 0.91 0.2
HSL 20.43º 0.83% 0.44% -
HSV(B) 20.43º 0.91% 0.8% -
XYZ 28.04 18.92 2.79 -
YUV 111.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 204 82 19 0 0.60 0.91 0.2 20.43 0.83 0.44
Hex CC 52 13 0 3C 5B 14 14 53 2C
Octal 314 122 23 0 74 133 24 24 123 54
Binary 11001100 1010010 10011 0 111100 1011011 10100 10100 1010011 101100

Color Harmonies of #CC5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5213

Black with #CC5213

Text Example


Text Example

White with #CC5213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5213; }

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

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

background-color css

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

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

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

border-color css

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

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

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