Html Css Color HEX #CC4500 Tenne (Tawny)

📋 copy color: '#CC4500'

red 204 ◦ green 69 ◦ blue 0

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

Shades of Tenne (Tawny) #CC4500

Tints of Tenne (Tawny) #CC4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

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

R = 74.73%
G = 25.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC4500 (or 0xCC4500) is known color: Tenne (Tawny). HEX triplet: CC, 45 and 00. RGB value is (204,69,0). Sum of RGB (Red+Green+Blue) = 204+69+0=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4500 is #33BAFF. Grayscale: #656565. Windows color (decimal): -3390208 or 17868. OLE color: 17868.

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

Color convert

RGB 204 69 0 -
CMYK 0 0.66 1 0.2
HSL 20.29º 1% 0.4% -
HSV(B) 20.29º 1% 0.8% -
XYZ 27.03 17.09 1.87 -
YUV 101.5 70.73 201.11 -
System Red Green Blue C M Y K H S L
Decimal 204 69 0 0 0.66 1 0.2 20.29 1 0.4
Hex CC 45 0 0 42 64 14 14 64 28
Octal 314 105 0 0 102 144 24 24 144 50
Binary 11001100 1000101 0 0 1000010 1100100 10100 10100 1100100 101000

Color Harmonies of #CC4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4500

Black with #CC4500

Text Example


Text Example

White with #CC4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4500; }

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

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

background-color css

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

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

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

border-color css

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

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

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