Html Css Color HEX #CC4F00 Tenne (Tawny)

📋 copy color: '#CC4F00'

red 204 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #CC4F00

Tints of Tenne (Tawny) #CC4F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.08%
G = 27.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC4F00 (or 0xCC4F00) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 00. RGB value is (204,79,0). Sum of RGB (Red+Green+Blue) = 204+79+0=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F00 is #33B0FF. Grayscale: #6B6B6B. Windows color (decimal): -3387648 or 20428. OLE color: 20428.

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

Color convert

RGB 204 79 0 -
CMYK 0 0.61 1 0.2
HSL 23.24º 1% 0.4% -
HSV(B) 23.24º 1% 0.8% -
XYZ 27.7 18.43 2.1 -
YUV 107.37 67.41 196.92 -
System Red Green Blue C M Y K H S L
Decimal 204 79 0 0 0.61 1 0.2 23.24 1 0.4
Hex CC 4F 0 0 3D 64 14 17 64 28
Octal 314 117 0 0 75 144 24 27 144 50
Binary 11001100 1001111 0 0 111101 1100100 10100 10111 1100100 101000

Color Harmonies of #CC4F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4F00

Black with #CC4F00

Text Example


Text Example

White with #CC4F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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