Html Css Color HEX #CC5312 Tenne (Tawny)

📋 copy color: '#CC5312'

red 204 ◦ green 83 ◦ blue 18

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

Shades of Tenne (Tawny) #CC5312

Tints of Tenne (Tawny) #CC5312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 66.89%
G = 27.21%
B = 5.9%

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

#CC5312 (or 0xCC5312) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 12. RGB value is (204,83,18). Sum of RGB (Red+Green+Blue) = 204+83+18=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5312 is #33ACED. Grayscale: #707070. Windows color (decimal): -3386606 or 1201100. OLE color: 1201100.

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

Color convert

RGB 204 83 18 -
CMYK 0 0.59 0.91 0.2
HSL 20.97º 0.84% 0.44% -
HSV(B) 20.97º 0.91% 0.8% -
XYZ 28.1 19.07 2.77 -
YUV 111.77 75.09 193.79 -
System Red Green Blue C M Y K H S L
Decimal 204 83 18 0 0.59 0.91 0.2 20.97 0.84 0.44
Hex CC 53 12 0 3B 5B 14 15 54 2C
Octal 314 123 22 0 73 133 24 25 124 54
Binary 11001100 1010011 10010 0 111011 1011011 10100 10101 1010100 101100

Color Harmonies of #CC5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5312

Black with #CC5312

Text Example


Text Example

White with #CC5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5312; }

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

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

background-color css

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

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

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

border-color css

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

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

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