#CA3F43

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

Shades of Mahogany #CA3F43

Tints of Mahogany #CA3F43

Color information

#CA3F43 (or 0xCA3F43) is unknown color: approx Mahogany. HEX triplet: CA, 3F and 43. RGB value is (202,63,67). Sum of RGB (Red+Green+Blue) = 202+63+67=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F43 is #35C0BC. Grayscale: #696969. Windows color (decimal): -3522749 or 4407242. OLE color: 4407242.

HSL color Cylindrical-coordinate representation of color #CA3F43: hue angle of 358.27º 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 #CA3F43 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB2026367-
CMYK00.690.670.21
HSL358.27º56.73%51.96%-
HSV(B)358.27º68.81%79.22%-
XYZ27.1516.527.07-
YUV105.02106.55197.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.84%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 67 (26.56% from 255) = 20.18%
R=60.84%
G=18.98%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202636700.690.670.21358.2756.7351.96
HexCA3F4304543151663934
Octal312771030105103255467164
Binary11001010111111100001101000101100001110101101100110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F43; }

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

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

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

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

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

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

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

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