#A14C63

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

Shades of Cadillac #A14C63

Tints of Cadillac #A14C63

Color information

#A14C63 (or 0xA14C63) is unknown color: approx Cadillac. HEX triplet: A1, 4C and 63. RGB value is (161,76,99). Sum of RGB (Red+Green+Blue) = 161+76+99=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C63 is #5EB39C. Grayscale: #686868. Windows color (decimal): -6206365 or 6507681. OLE color: 6507681.

HSL color Cylindrical-coordinate representation of color #A14C63: hue angle of 343.76º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C63 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1617699-
CMYK00.530.390.37
HSL343.76º35.86%46.47%-
HSV(B)343.76º52.8%63.14%-
XYZ19.5313.6513.41-
YUV104.04125.16168.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=47.92%
G=22.62%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161769900.530.390.37343.7635.8646.47
HexA14C630352725158242e
Octal24111414306547455304456
Binary10100001100110011000110110101100111100101101011000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C63; }

 p { color: rgb(161,76,99); }

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

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

 a { background-color: rgb(161,76,99); }

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

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

 span { border-color: rgb(161,76,99); }

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