Html Css Color HEX #CC2D38 Mahogany

📋 copy color: '#CC2D38'

red 204 ◦ green 45 ◦ blue 56

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

Shades of Mahogany #CC2D38

Tints of Mahogany #CC2D38

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 66.89%
G = 14.75%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CC2D38 (or 0xCC2D38) is known color: Mahogany. HEX triplet: CC, 2D and 38. RGB value is (204,45,56). Sum of RGB (Red+Green+Blue) = 204+45+56=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D38 is #33D2C7. Grayscale: #5D5D5D. Windows color (decimal): -3396296 or 3681740. OLE color: 3681740.

HSL color Cylindrical-coordinate representation of color #CC2D38: hue angle of 355.85º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2D38 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 45 56 -
CMYK 0 0.78 0.73 0.2
HSL 355.85º 0.64% 0.49% -
HSV(B) 355.85º 0.78% 0.8% -
XYZ 26.55 15 5.24 -
YUV 93.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 204 45 56 0 0.78 0.73 0.2 355.85 0.64 0.49
Hex CC 2D 38 0 4E 49 14 164 40 31
Octal 314 55 70 0 116 111 24 544 100 61
Binary 11001100 101101 111000 0 1001110 1001001 10100 101100100 1000000 110001

Color Harmonies of #CC2D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2D38

Black with #CC2D38

Text Example


Text Example

White with #CC2D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2D38; }

 p { color: rgb(204,45,56); }

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

background-color css

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

 a { background-color: rgb(204,45,56); }

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

border-color css

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

 span { border-color: rgb(204,45,56); }

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