Html Css Color HEX #CC5503 Tenne (Tawny)

📋 copy color: '#CC5503'

red 204 ◦ green 85 ◦ blue 3

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

Shades of Tenne (Tawny) #CC5503

Tints of Tenne (Tawny) #CC5503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 3 (1.56% from 255) = 1.03%

R = 69.86%
G = 29.11%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC5503 (or 0xCC5503) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 03. RGB value is (204,85,3). Sum of RGB (Red+Green+Blue) = 204+85+3=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5503 is #33AAFC. Grayscale: #6F6F6F. Windows color (decimal): -3386109 or 218572. OLE color: 218572.

HSL color Cylindrical-coordinate representation of color #CC5503: hue angle of 24.48º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC5503 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 3 -
CMYK 0 0.58 0.99 0.2
HSL 24.48º 0.97% 0.41% -
HSV(B) 24.48º 0.99% 0.8% -
XYZ 28.17 19.34 2.33 -
YUV 111.23 66.92 194.17 -
System Red Green Blue C M Y K H S L
Decimal 204 85 3 0 0.58 0.99 0.2 24.48 0.97 0.41
Hex CC 55 3 0 3A 63 14 18 61 29
Octal 314 125 3 0 72 143 24 30 141 51
Binary 11001100 1010101 11 0 111010 1100011 10100 11000 1100001 101001

Color Harmonies of #CC5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5503

Black with #CC5503

Text Example


Text Example

White with #CC5503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5503; }

 p { color: rgb(204,85,3); }

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

background-color css

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

 a { background-color: rgb(204,85,3); }

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

border-color css

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

 span { border-color: rgb(204,85,3); }

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