#CC3D43

Color #CC3D43 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #CC3D43

Tints of Mahogany #CC3D43

Color information

#CC3D43 (or 0xCC3D43) is unknown color: approx Mahogany. HEX triplet: CC, 3D and 43. RGB value is (204,61,67). Sum of RGB (Red+Green+Blue) = 204+61+67=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3D43 is #33C2BC. Grayscale: #686868. Windows color (decimal): -3392189 or 4406732. OLE color: 4406732.

HSL color Cylindrical-coordinate representation of color #CC3D43: hue angle of 357.48º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3D43 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB2046167-
CMYK00.700.670.2
HSL357.48º58.37%51.96%-
HSV(B)357.48º70.1%80%-
XYZ27.5816.587.06-
YUV104.44106.88199.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.45%
GREEN value IS 61 (24.22% from 255) = 18.37%
BLUE value IS 67 (26.56% from 255) = 20.18%
R=61.45%
G=18.37%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204616700.700.670.2357.4858.3751.96
HexCC3D4304643141653a34
Octal314751030106103245457264
Binary11001100111101100001101000110100001110100101100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3D43; }

 p { color: rgb(204,61,67); }

 H1.HeaderClassName
 {
   color: #CC3D43;
 }
 .AnyTagClassName
 {
   color: #CC3D43;
 }
</style>
background-color css

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

 a { background-color: rgb(204,61,67); }

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

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

 span { border-color: rgb(204,61,67); }

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