Html Css Color HEX #CC4F0F Tenne (Tawny)

📋 copy color: '#CC4F0F'

red 204 ◦ green 79 ◦ blue 15

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

Shades of Tenne (Tawny) #CC4F0F

Tints of Tenne (Tawny) #CC4F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 68.46%
G = 26.51%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC4F0F (or 0xCC4F0F) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 0F. RGB value is (204,79,15). Sum of RGB (Red+Green+Blue) = 204+79+15=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F0F is #33B0F0. Grayscale: #6D6D6D. Windows color (decimal): -3387633 or 1003468. OLE color: 1003468.

HSL color Cylindrical-coordinate representation of color #CC4F0F: hue angle of 20.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC4F0F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 79 15 -
CMYK 0 0.61 0.93 0.2
HSL 20.32º 0.86% 0.43% -
HSV(B) 20.32º 0.93% 0.8% -
XYZ 27.78 18.46 2.55 -
YUV 109.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 204 79 15 0 0.61 0.93 0.2 20.32 0.86 0.43
Hex CC 4F F 0 3D 5D 14 14 56 2B
Octal 314 117 17 0 75 135 24 24 126 53
Binary 11001100 1001111 1111 0 111101 1011101 10100 10100 1010110 101011

Color Harmonies of #CC4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F0F

Black with #CC4F0F

Text Example


Text Example

White with #CC4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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