#CF353C

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

Shades of Mahogany #CF353C

Tints of Mahogany #CF353C

Color information

#CF353C (or 0xCF353C) is unknown color: approx Mahogany. HEX triplet: CF, 35 and 3C. RGB value is (207,53,60). Sum of RGB (Red+Green+Blue) = 207+53+60=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF353C is #30CAC3. Grayscale: #636363. Windows color (decimal): -3197636 or 3945935. OLE color: 3945935.

HSL color Cylindrical-coordinate representation of color #CF353C: hue angle of 357.27º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF353C is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2075360-
CMYK00.740.710.19
HSL357.27º61.6%50.98%-
HSV(B)357.27º74.4%81.18%-
XYZ27.8216.145.92-
YUV99.84105.52204.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 64.69%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=64.69%
G=16.56%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207536000.740.710.19357.2761.650.98
HexCF353C04A47131653e33
Octal31765740112107235457663
Binary1100111111010111110001001010100011110011101100101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF353C; }

 p { color: rgb(207,53,60); }

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

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

 a { background-color: rgb(207,53,60); }

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

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

 span { border-color: rgb(207,53,60); }

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