Html Css Color HEX #CC5313 Tenne (Tawny)

📋 copy color: '#CC5313'

red 204 ◦ green 83 ◦ blue 19

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

Shades of Tenne (Tawny) #CC5313

Tints of Tenne (Tawny) #CC5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 66.67%
G = 27.12%
B = 6.21%

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

#CC5313 (or 0xCC5313) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 13. RGB value is (204,83,19). Sum of RGB (Red+Green+Blue) = 204+83+19=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5313 is #33ACEC. Grayscale: #707070. Windows color (decimal): -3386605 or 1266636. OLE color: 1266636.

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

Color convert

RGB 204 83 19 -
CMYK 0 0.59 0.91 0.2
HSL 20.76º 0.83% 0.44% -
HSV(B) 20.76º 0.91% 0.8% -
XYZ 28.11 19.07 2.82 -
YUV 111.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 204 83 19 0 0.59 0.91 0.2 20.76 0.83 0.44
Hex CC 53 13 0 3B 5B 14 15 53 2C
Octal 314 123 23 0 73 133 24 25 123 54
Binary 11001100 1010011 10011 0 111011 1011011 10100 10101 1010011 101100

Color Harmonies of #CC5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5313

Black with #CC5313

Text Example


Text Example

White with #CC5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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