Html Css Color HEX #CC5014 Tenne (Tawny)

📋 copy color: '#CC5014'

red 204 ◦ green 80 ◦ blue 20

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

Shades of Tenne (Tawny) #CC5014

Tints of Tenne (Tawny) #CC5014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

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

R = 67.11%
G = 26.32%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5014 (or 0xCC5014) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 14. RGB value is (204,80,20). Sum of RGB (Red+Green+Blue) = 204+80+20=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5014 is #33AFEB. Grayscale: #6E6E6E. Windows color (decimal): -3387372 or 1331404. OLE color: 1331404.

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

Color convert

RGB 204 80 20 -
CMYK 0 0.61 0.90 0.2
HSL 19.57º 0.82% 0.44% -
HSV(B) 19.57º 0.9% 0.8% -
XYZ 27.9 18.63 2.79 -
YUV 110.24 77.08 194.88 -
System Red Green Blue C M Y K H S L
Decimal 204 80 20 0 0.61 0.90 0.2 19.57 0.82 0.44
Hex CC 50 14 0 3D 5A 14 14 52 2C
Octal 314 120 24 0 75 132 24 24 122 54
Binary 11001100 1010000 10100 0 111101 1011010 10100 10100 1010010 101100

Color Harmonies of #CC5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5014

Black with #CC5014

Text Example


Text Example

White with #CC5014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5014; }

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

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

background-color css

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

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

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

border-color css

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

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

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