Html Css Color HEX #9A495E Cadillac

📋 copy color: '#9A495E'

red 154 ◦ green 73 ◦ blue 94

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

Shades of Cadillac #9A495E

Tints of Cadillac #9A495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 47.98%
G = 22.74%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#9A495E (or 0x9A495E) is known color: Cadillac. HEX triplet: 9A, 49 and 5E. RGB value is (154,73,94). Sum of RGB (Red+Green+Blue) = 154+73+94=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A495E is #65B6A1. Grayscale: #636363. Windows color (decimal): -6665890 or 6179226. OLE color: 6179226.

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

Color convert

RGB 154 73 94 -
CMYK 0 0.53 0.39 0.40
HSL 344.44º 0.36% 0.45% -
HSV(B) 344.44º 0.53% 0.6% -
XYZ 17.73 12.44 12.06 -
YUV 99.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 154 73 94 0 0.53 0.39 0.40 344.44 0.36 0.45
Hex 9A 49 5E 0 35 27 28 158 24 2D
Octal 232 111 136 0 65 47 50 530 44 55
Binary 10011010 1001001 1011110 0 110101 100111 101000 101011000 100100 101101

Color Harmonies of #9A495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A495E

Black with #9A495E

Text Example


Text Example

White with #9A495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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