#CA3F44

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

Shades of Mahogany #CA3F44

Tints of Mahogany #CA3F44

Color information

#CA3F44 (or 0xCA3F44) is unknown color: approx Mahogany. HEX triplet: CA, 3F and 44. RGB value is (202,63,68). Sum of RGB (Red+Green+Blue) = 202+63+68=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 68 (26.95% from 255 or 20.42% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F44 is #35C0BB. Grayscale: #696969. Windows color (decimal): -3522748 or 4472778. OLE color: 4472778.

HSL color Cylindrical-coordinate representation of color #CA3F44: hue angle of 357.84º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3F44 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB2026368-
CMYK00.690.660.21
HSL357.84º56.73%51.96%-
HSV(B)357.84º68.81%79.22%-
XYZ27.1816.537.23-
YUV105.13107.05197.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.66%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 68 (26.95% from 255) = 20.42%
R=60.66%
G=18.92%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202636800.690.660.21357.8456.7351.96
HexCA3F4404542151663934
Octal312771040105102255467164
Binary11001010111111100010001000101100001010101101100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F44; }

 p { color: rgb(202,63,68); }

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

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

 a { background-color: rgb(202,63,68); }

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

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

 span { border-color: rgb(202,63,68); }

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