Html Css Color HEX #A14C6E Cadillac

📋 copy color: '#A14C6E'

red 161 ◦ green 76 ◦ blue 110

#A14C6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #A14C6E

Tints of Cadillac #A14C6E

RGB

 RED value IS 161 (63.28% from 255) = 46.4%

 GREEN value IS 76 (30.08% from 255) = 21.9%

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 46.4%
G = 21.9%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A14C6E (or 0xA14C6E) is known color: 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

RGB 161 76 110 -
CMYK 0 0.53 0.32 0.37
HSL 336º 0.36% 0.46% -
HSV(B) 336º 0.53% 0.63% -
XYZ 20.1 13.87 16.37 -
YUV 105.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 161 76 110 0 0.53 0.32 0.37 336 0.36 0.46
Hex A1 4C 6E 0 35 20 25 150 24 2E
Octal 241 114 156 0 65 40 45 520 44 56
Binary 10100001 1001100 1101110 0 110101 100000 100101 101010000 100100 101110

Color Harmonies of #A14C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C6E

Black with #A14C6E

Text Example


Text Example

White with #A14C6E

Text Example


Text Example

HTML Codes & Css Web 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>