Html Css Color HEX #CC393E Mahogany

📋 copy color: '#CC393E'

red 204 ◦ green 57 ◦ blue 62

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

Shades of Mahogany #CC393E

Tints of Mahogany #CC393E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.2%

R = 63.16%
G = 17.65%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CC393E (or 0xCC393E) is known color: Mahogany. HEX triplet: CC, 39 and 3E. RGB value is (204,57,62). Sum of RGB (Red+Green+Blue) = 204+57+62=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC393E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC393E is #33C6C1. Grayscale: #656565. Windows color (decimal): -3393218 or 4078028. OLE color: 4078028.

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

Color convert

RGB 204 57 62 -
CMYK 0 0.72 0.70 0.2
HSL 357.96º 0.59% 0.51% -
HSV(B) 357.96º 0.72% 0.8% -
XYZ 27.23 16.11 6.23 -
YUV 101.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 204 57 62 0 0.72 0.70 0.2 357.96 0.59 0.51
Hex CC 39 3E 0 48 46 14 166 3B 33
Octal 314 71 76 0 110 106 24 546 73 63
Binary 11001100 111001 111110 0 1001000 1000110 10100 101100110 111011 110011

Color Harmonies of #CC393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC393E

Black with #CC393E

Text Example


Text Example

White with #CC393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC393E; }

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

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

background-color css

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

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

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

border-color css

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

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

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