Html Css Color HEX #A14C61 Cadillac

📋 copy color: '#A14C61'

red 161 ◦ green 76 ◦ blue 97

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

Shades of Cadillac #A14C61

Tints of Cadillac #A14C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 48.2%
G = 22.75%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A14C61 (or 0xA14C61) is known color: Cadillac. HEX triplet: A1, 4C and 61. RGB value is (161,76,97). Sum of RGB (Red+Green+Blue) = 161+76+97=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C61 is #5EB39E. Grayscale: #676767. Windows color (decimal): -6206367 or 6376609. OLE color: 6376609.

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

Color convert

RGB 161 76 97 -
CMYK 0 0.53 0.40 0.37
HSL 345.18º 0.36% 0.46% -
HSV(B) 345.18º 0.53% 0.63% -
XYZ 19.44 13.61 12.91 -
YUV 103.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 161 76 97 0 0.53 0.40 0.37 345.18 0.36 0.46
Hex A1 4C 61 0 35 28 25 159 24 2E
Octal 241 114 141 0 65 50 45 531 44 56
Binary 10100001 1001100 1100001 0 110101 101000 100101 101011001 100100 101110

Color Harmonies of #A14C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14C61

Black with #A14C61

Text Example


Text Example

White with #A14C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14C61; }

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

 H1.HeaderClassName
 {
   color: #A14C61;
 }
 .AnyTagClassName
 {
   color: #A14C61;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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