Html Css Color HEX #CC3132 Mahogany

📋 copy color: '#CC3132'

red 204 ◦ green 49 ◦ blue 50

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

Shades of Mahogany #CC3132

Tints of Mahogany #CC3132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.17%

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 67.33%
G = 16.17%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC3132 (or 0xCC3132) is known color: Mahogany. HEX triplet: CC, 31 and 32. RGB value is (204,49,50). Sum of RGB (Red+Green+Blue) = 204+49+50=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3132 is #33CECD. Grayscale: #5F5F5F. Windows color (decimal): -3395278 or 3289548. OLE color: 3289548.

HSL color Cylindrical-coordinate representation of color #CC3132: hue angle of 359.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3132 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 49 50 -
CMYK 0 0.76 0.75 0.2
HSL 359.61º 0.61% 0.5% -
HSV(B) 359.61º 0.76% 0.8% -
XYZ 26.58 15.26 4.56 -
YUV 95.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 204 49 50 0 0.76 0.75 0.2 359.61 0.61 0.5
Hex CC 31 32 0 4C 4B 14 168 3D 32
Octal 314 61 62 0 114 113 24 550 75 62
Binary 11001100 110001 110010 0 1001100 1001011 10100 101101000 111101 110010

Color Harmonies of #CC3132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3132

Black with #CC3132

Text Example


Text Example

White with #CC3132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3132; }

 p { color: rgb(204,49,50); }

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

background-color css

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

 a { background-color: rgb(204,49,50); }

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

border-color css

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

 span { border-color: rgb(204,49,50); }

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