#A14C6E

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

Shades of Cadillac #A14C6E

Tints of Cadillac #A14C6E

Color information

#A14C6E (or 0xA14C6E) is unknown color: approx Cadillac. HEX triplet: A1, 4C and 6E. RGB value is (161,76,110). Sum of RGB (Red+Green+Blue) = 161+76+110=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C6E is #5EB391. Grayscale: #696969. Windows color (decimal): -6206354 or 7228577. OLE color: 7228577.

HSL color Cylindrical-coordinate representation of color #A14C6E: hue angle of 336º 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 #A14C6E is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16176110-
CMYK00.530.320.37
HSL336º35.86%46.47%-
HSV(B)336º52.8%63.14%-
XYZ20.113.8716.37-
YUV105.29130.66167.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=46.40%
G=21.90%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617611000.530.320.3733635.8646.47
HexA14C6E0352025150242e
Octal24111415606540455204456
Binary10100001100110011011100110101100000100101101010000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14C6E; }

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

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

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

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

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

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

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

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