Html Css Color HEX #CC323B Mahogany

📋 copy color: '#CC323B'

red 204 ◦ green 50 ◦ blue 59

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

Shades of Mahogany #CC323B

Tints of Mahogany #CC323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 65.18%
G = 15.97%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#CC323B (or 0xCC323B) is known color: Mahogany. HEX triplet: CC, 32 and 3B. RGB value is (204,50,59). Sum of RGB (Red+Green+Blue) = 204+50+59=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC323B is #33CDC4. Grayscale: #616161. Windows color (decimal): -3395013 or 3879628. OLE color: 3879628.

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

Color convert

RGB 204 50 59 -
CMYK 0 0.75 0.71 0.2
HSL 356.49º 0.61% 0.5% -
HSV(B) 356.49º 0.75% 0.8% -
XYZ 26.83 15.43 5.7 -
YUV 97.07 106.52 204.27 -
System Red Green Blue C M Y K H S L
Decimal 204 50 59 0 0.75 0.71 0.2 356.49 0.61 0.5
Hex CC 32 3B 0 4B 47 14 164 3D 32
Octal 314 62 73 0 113 107 24 544 75 62
Binary 11001100 110010 111011 0 1001011 1000111 10100 101100100 111101 110010

Color Harmonies of #CC323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC323B

Black with #CC323B

Text Example


Text Example

White with #CC323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC323B; }

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

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

background-color css

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

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

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

border-color css

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

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

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