#CA333A

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

Shades of Mahogany #CA333A

Tints of Mahogany #CA333A

Color information

#CA333A (or 0xCA333A) is unknown color: approx Mahogany. HEX triplet: CA, 33 and 3A. RGB value is (202,51,58). Sum of RGB (Red+Green+Blue) = 202+51+58=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA333A is #35CCC5. Grayscale: #616161. Windows color (decimal): -3525830 or 3814346. OLE color: 3814346.

HSL color Cylindrical-coordinate representation of color #CA333A: hue angle of 357.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA333A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2025158-
CMYK00.750.710.21
HSL357.22º59.68%49.61%-
HSV(B)357.22º74.75%79.22%-
XYZ26.315.235.56-
YUV96.95106.03202.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.95%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=64.95%
G=16.40%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202515800.750.710.21357.2259.6849.61
HexCA333A04B47151653c32
Octal31263720113107255457462
Binary1100101011001111101001001011100011110101101100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA333A; }

 p { color: rgb(202,51,58); }

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

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

 a { background-color: rgb(202,51,58); }

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

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

 span { border-color: rgb(202,51,58); }

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