Html Css Color HEX #CC3233 Mahogany

📋 copy color: '#CC3233'

red 204 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #CC3233

Tints of Mahogany #CC3233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.39%

 BLUE value IS 51 (20.31% from 255) = 16.72%

R = 66.89%
G = 16.39%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC3233 (or 0xCC3233) is known color: Mahogany. HEX triplet: CC, 32 and 33. RGB value is (204,50,51). Sum of RGB (Red+Green+Blue) = 204+50+51=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3233 is #33CDCC. Grayscale: #606060. Windows color (decimal): -3395021 or 3355340. OLE color: 3355340.

HSL color Cylindrical-coordinate representation of color #CC3233: 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.75%. Process color model (Four color, CMYK) of #CC3233 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 50 51 -
CMYK 0 0.75 0.75 0.2
HSL 359.61º 0.61% 0.5% -
HSV(B) 359.61º 0.75% 0.8% -
XYZ 26.64 15.36 4.69 -
YUV 96.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 204 50 51 0 0.75 0.75 0.2 359.61 0.61 0.5
Hex CC 32 33 0 4B 4B 14 168 3D 32
Octal 314 62 63 0 113 113 24 550 75 62
Binary 11001100 110010 110011 0 1001011 1001011 10100 101101000 111101 110010

Color Harmonies of #CC3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3233

Black with #CC3233

Text Example


Text Example

White with #CC3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3233; }

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

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

background-color css

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

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

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

border-color css

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

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

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