Html Css Color HEX #CC5303 Tenne (Tawny)

📋 copy color: '#CC5303'

red 204 ◦ green 83 ◦ blue 3

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

Shades of Tenne (Tawny) #CC5303

Tints of Tenne (Tawny) #CC5303

RGB

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

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

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

R = 70.34%
G = 28.62%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC5303 (or 0xCC5303) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 03. RGB value is (204,83,3). Sum of RGB (Red+Green+Blue) = 204+83+3=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 3 (1.56% from 255 or 1.03% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5303 is #33ACFC. Grayscale: #6E6E6E. Windows color (decimal): -3386621 or 218060. OLE color: 218060.

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

Color convert

RGB 204 83 3 -
CMYK 0 0.59 0.99 0.2
HSL 23.88º 0.97% 0.41% -
HSV(B) 23.88º 0.99% 0.8% -
XYZ 28.01 19.03 2.28 -
YUV 110.06 67.59 195 -
System Red Green Blue C M Y K H S L
Decimal 204 83 3 0 0.59 0.99 0.2 23.88 0.97 0.41
Hex CC 53 3 0 3B 63 14 18 61 29
Octal 314 123 3 0 73 143 24 30 141 51
Binary 11001100 1010011 11 0 111011 1100011 10100 11000 1100001 101001

Color Harmonies of #CC5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5303

Black with #CC5303

Text Example


Text Example

White with #CC5303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5303; }

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

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

background-color css

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

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

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

border-color css

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

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

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