Html Css Color HEX #CC5314 Tenne (Tawny)

📋 copy color: '#CC5314'

red 204 ◦ green 83 ◦ blue 20

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

Shades of Tenne (Tawny) #CC5314

Tints of Tenne (Tawny) #CC5314

RGB

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

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

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

R = 66.45%
G = 27.04%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5314 (or 0xCC5314) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 14. RGB value is (204,83,20). Sum of RGB (Red+Green+Blue) = 204+83+20=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5314 is #33ACEB. Grayscale: #707070. Windows color (decimal): -3386604 or 1332172. OLE color: 1332172.

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

Color convert

RGB 204 83 20 -
CMYK 0 0.59 0.90 0.2
HSL 20.54º 0.82% 0.44% -
HSV(B) 20.54º 0.9% 0.8% -
XYZ 28.12 19.07 2.86 -
YUV 112 76.09 193.62 -
System Red Green Blue C M Y K H S L
Decimal 204 83 20 0 0.59 0.90 0.2 20.54 0.82 0.44
Hex CC 53 14 0 3B 5A 14 15 52 2C
Octal 314 123 24 0 73 132 24 25 122 54
Binary 11001100 1010011 10100 0 111011 1011010 10100 10101 1010010 101100

Color Harmonies of #CC5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5314

Black with #CC5314

Text Example


Text Example

White with #CC5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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