Html Css Color HEX #CC4E00 Tenne (Tawny)

📋 copy color: '#CC4E00'

red 204 ◦ green 78 ◦ blue 0

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

Shades of Tenne (Tawny) #CC4E00

Tints of Tenne (Tawny) #CC4E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.66%

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

R = 72.34%
G = 27.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC4E00 (or 0xCC4E00) is known color: Tenne (Tawny). HEX triplet: CC, 4E and 00. RGB value is (204,78,0). Sum of RGB (Red+Green+Blue) = 204+78+0=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E00 is #33B1FF. Grayscale: #6B6B6B. Windows color (decimal): -3387904 or 20172. OLE color: 20172.

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

Color convert

RGB 204 78 0 -
CMYK 0 0.62 1 0.2
HSL 22.94º 1% 0.4% -
HSV(B) 22.94º 1% 0.8% -
XYZ 27.63 18.29 2.07 -
YUV 106.78 67.74 197.34 -
System Red Green Blue C M Y K H S L
Decimal 204 78 0 0 0.62 1 0.2 22.94 1 0.4
Hex CC 4E 0 0 3E 64 14 17 64 28
Octal 314 116 0 0 76 144 24 27 144 50
Binary 11001100 1001110 0 0 111110 1100100 10100 10111 1100100 101000

Color Harmonies of #CC4E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4E00

Black with #CC4E00

Text Example


Text Example

White with #CC4E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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