Html Css Color HEX #CC2632 Mahogany

📋 copy color: '#CC2632'

red 204 ◦ green 38 ◦ blue 50

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

Shades of Mahogany #CC2632

Tints of Mahogany #CC2632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

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

R = 69.86%
G = 13.01%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC2632 (or 0xCC2632) is known color: Mahogany. HEX triplet: CC, 26 and 32. RGB value is (204,38,50). Sum of RGB (Red+Green+Blue) = 204+38+50=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2632 is #33D9CD. Grayscale: #595959. Windows color (decimal): -3398094 or 3286732. OLE color: 3286732.

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

Color convert

RGB 204 38 50 -
CMYK 0 0.81 0.75 0.2
HSL 355.66º 0.69% 0.47% -
HSV(B) 355.66º 0.81% 0.8% -
XYZ 26.17 14.45 4.43 -
YUV 89 106 210.02 -
System Red Green Blue C M Y K H S L
Decimal 204 38 50 0 0.81 0.75 0.2 355.66 0.69 0.47
Hex CC 26 32 0 51 4B 14 164 45 2F
Octal 314 46 62 0 121 113 24 544 105 57
Binary 11001100 100110 110010 0 1010001 1001011 10100 101100100 1000101 101111

Color Harmonies of #CC2632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2632

Black with #CC2632

Text Example


Text Example

White with #CC2632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2632; }

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

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

background-color css

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

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

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

border-color css

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

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

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