Html Css Color HEX #9A4977 Cadillac

📋 copy color: '#9A4977'

red 154 ◦ green 73 ◦ blue 119

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

Shades of Cadillac #9A4977

Tints of Cadillac #9A4977

RGB

 RED value IS 154 (60.55% from 255) = 44.51%

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 119 (46.88% from 255) = 34.39%

R = 44.51%
G = 21.1%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#9A4977 (or 0x9A4977) is known color: Cadillac. HEX triplet: 9A, 49 and 77. RGB value is (154,73,119). Sum of RGB (Red+Green+Blue) = 154+73+119=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A4977 is #65B688. Grayscale: #666666. Windows color (decimal): -6665865 or 7817626. OLE color: 7817626.

HSL color Cylindrical-coordinate representation of color #9A4977: hue angle of 325.93º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4977 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 73 119 -
CMYK 0 0.53 0.23 0.40
HSL 325.93º 0.36% 0.45% -
HSV(B) 325.93º 0.53% 0.6% -
XYZ 19.04 12.97 18.95 -
YUV 102.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 154 73 119 0 0.53 0.23 0.40 325.93 0.36 0.45
Hex 9A 49 77 0 35 17 28 146 24 2D
Octal 232 111 167 0 65 27 50 506 44 55
Binary 10011010 1001001 1110111 0 110101 10111 101000 101000110 100100 101101

Color Harmonies of #9A4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4977

Black with #9A4977

Text Example


Text Example

White with #9A4977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4977; }

 p { color: rgb(154,73,119); }

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

background-color css

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

 a { background-color: rgb(154,73,119); }

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

border-color css

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

 span { border-color: rgb(154,73,119); }

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