#CA4245

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

Shades of Mahogany #CA4245

Tints of Mahogany #CA4245

Color information

#CA4245 (or 0xCA4245) is unknown color: approx Mahogany. HEX triplet: CA, 42 and 45. RGB value is (202,66,69). Sum of RGB (Red+Green+Blue) = 202+66+69=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4245 is #35BDBA. Grayscale: #6B6B6B. Windows color (decimal): -3521979 or 4539082. OLE color: 4539082.

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

Color convert

RGB2026669-
CMYK00.670.660.21
HSL358.68º56.2%52.55%-
HSV(B)358.68º67.33%79.22%-
XYZ27.3816.887.45-
YUV107.01106.56195.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.94%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=59.94%
G=19.58%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202666900.670.660.21358.6856.252.55
HexCA424504342151673835
Octal3121021050103102255477065
Binary110010101000010100010101000011100001010101101100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4245; }

 p { color: rgb(202,66,69); }

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

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

 a { background-color: rgb(202,66,69); }

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

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

 span { border-color: rgb(202,66,69); }

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