Html Css Color HEX #CC4F14 Tenne (Tawny)

📋 copy color: '#CC4F14'

red 204 ◦ green 79 ◦ blue 20

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

Shades of Tenne (Tawny) #CC4F14

Tints of Tenne (Tawny) #CC4F14

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

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

R = 67.33%
G = 26.07%
B = 6.6%

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

#CC4F14 (or 0xCC4F14) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 14. RGB value is (204,79,20). Sum of RGB (Red+Green+Blue) = 204+79+20=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F14 is #33B0EB. Grayscale: #6E6E6E. Windows color (decimal): -3387628 or 1331148. OLE color: 1331148.

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

Color convert

RGB 204 79 20 -
CMYK 0 0.61 0.90 0.2
HSL 19.24º 0.82% 0.44% -
HSV(B) 19.24º 0.9% 0.8% -
XYZ 27.82 18.48 2.76 -
YUV 109.65 77.41 195.3 -
System Red Green Blue C M Y K H S L
Decimal 204 79 20 0 0.61 0.90 0.2 19.24 0.82 0.44
Hex CC 4F 14 0 3D 5A 14 13 52 2C
Octal 314 117 24 0 75 132 24 23 122 54
Binary 11001100 1001111 10100 0 111101 1011010 10100 10011 1010010 101100

Color Harmonies of #CC4F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F14

Black with #CC4F14

Text Example


Text Example

White with #CC4F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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