Html Css Color HEX #CC5214 Tenne (Tawny)

📋 copy color: '#CC5214'

red 204 ◦ green 82 ◦ blue 20

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

Shades of Tenne (Tawny) #CC5214

Tints of Tenne (Tawny) #CC5214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 66.67%
G = 26.8%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5214 (or 0xCC5214) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 14. RGB value is (204,82,20). Sum of RGB (Red+Green+Blue) = 204+82+20=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5214 is #33ADEB. Grayscale: #6F6F6F. Windows color (decimal): -3386860 or 1331916. OLE color: 1331916.

HSL color Cylindrical-coordinate representation of color #CC5214: hue angle of 20.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC5214 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 82 20 -
CMYK 0 0.60 0.90 0.2
HSL 20.22º 0.82% 0.44% -
HSV(B) 20.22º 0.9% 0.8% -
XYZ 28.05 18.92 2.84 -
YUV 111.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 204 82 20 0 0.60 0.90 0.2 20.22 0.82 0.44
Hex CC 52 14 0 3C 5A 14 14 52 2C
Octal 314 122 24 0 74 132 24 24 122 54
Binary 11001100 1010010 10100 0 111100 1011010 10100 10100 1010010 101100

Color Harmonies of #CC5214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5214

Black with #CC5214

Text Example


Text Example

White with #CC5214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5214; }

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

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

background-color css

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

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

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

border-color css

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

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

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