Html Css Color HEX #CC393A Mahogany

📋 copy color: '#CC393A'

red 204 ◦ green 57 ◦ blue 58

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

Shades of Mahogany #CC393A

Tints of Mahogany #CC393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.87%

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 63.95%
G = 17.87%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CC393A (or 0xCC393A) is known color: Mahogany. HEX triplet: CC, 39 and 3A. RGB value is (204,57,58). Sum of RGB (Red+Green+Blue) = 204+57+58=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC393A is #33C6C5. Grayscale: #656565. Windows color (decimal): -3393222 or 3815884. OLE color: 3815884.

HSL color Cylindrical-coordinate representation of color #CC393A: hue angle of 359.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC393A is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 58 -
CMYK 0 0.72 0.72 0.2
HSL 359.59º 0.59% 0.51% -
HSV(B) 359.59º 0.72% 0.8% -
XYZ 27.13 16.07 5.67 -
YUV 101.07 103.7 201.42 -
System Red Green Blue C M Y K H S L
Decimal 204 57 58 0 0.72 0.72 0.2 359.59 0.59 0.51
Hex CC 39 3A 0 48 48 14 168 3B 33
Octal 314 71 72 0 110 110 24 550 73 63
Binary 11001100 111001 111010 0 1001000 1001000 10100 101101000 111011 110011

Color Harmonies of #CC393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC393A

Black with #CC393A

Text Example


Text Example

White with #CC393A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC393A; }

 p { color: rgb(204,57,58); }

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

background-color css

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

 a { background-color: rgb(204,57,58); }

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

border-color css

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

 span { border-color: rgb(204,57,58); }

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