Html Css Color HEX #CC5300 Tenne (Tawny)

📋 copy color: '#CC5300'

red 204 ◦ green 83 ◦ blue 0

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

Shades of Tenne (Tawny) #CC5300

Tints of Tenne (Tawny) #CC5300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 71.08%
G = 28.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC5300 (or 0xCC5300) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 00. RGB value is (204,83,0). Sum of RGB (Red+Green+Blue) = 204+83+0=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5300 is #33ACFF. Grayscale: #6E6E6E. Windows color (decimal): -3386624 or 21452. OLE color: 21452.

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

Color convert

RGB 204 83 0 -
CMYK 0 0.59 1 0.2
HSL 24.41º 1% 0.4% -
HSV(B) 24.41º 1% 0.8% -
XYZ 28 19.02 2.2 -
YUV 109.72 66.09 195.25 -
System Red Green Blue C M Y K H S L
Decimal 204 83 0 0 0.59 1 0.2 24.41 1 0.4
Hex CC 53 0 0 3B 64 14 18 64 28
Octal 314 123 0 0 73 144 24 30 144 50
Binary 11001100 1010011 0 0 111011 1100100 10100 11000 1100100 101000

Color Harmonies of #CC5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5300

Black with #CC5300

Text Example


Text Example

White with #CC5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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