Html Css Color HEX #CC3942 Mahogany

📋 copy color: '#CC3942'

red 204 ◦ green 57 ◦ blue 66

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

Shades of Mahogany #CC3942

Tints of Mahogany #CC3942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 62.39%
G = 17.43%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CC3942 (or 0xCC3942) is known color: Mahogany. HEX triplet: CC, 39 and 42. RGB value is (204,57,66). Sum of RGB (Red+Green+Blue) = 204+57+66=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3942 is #33C6BD. Grayscale: #666666. Windows color (decimal): -3393214 or 4340172. OLE color: 4340172.

HSL color Cylindrical-coordinate representation of color #CC3942: hue angle of 356.33º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3942 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 66 -
CMYK 0 0.72 0.68 0.2
HSL 356.33º 0.59% 0.51% -
HSV(B) 356.33º 0.72% 0.8% -
XYZ 27.35 16.16 6.83 -
YUV 101.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 204 57 66 0 0.72 0.68 0.2 356.33 0.59 0.51
Hex CC 39 42 0 48 44 14 164 3B 33
Octal 314 71 102 0 110 104 24 544 73 63
Binary 11001100 111001 1000010 0 1001000 1000100 10100 101100100 111011 110011

Color Harmonies of #CC3942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3942

Black with #CC3942

Text Example


Text Example

White with #CC3942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3942; }

 p { color: rgb(204,57,66); }

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

background-color css

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

 a { background-color: rgb(204,57,66); }

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

border-color css

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

 span { border-color: rgb(204,57,66); }

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