Html Css Color HEX #9A466C Cadillac

📋 copy color: '#9A466C'

red 154 ◦ green 70 ◦ blue 108

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

Shades of Cadillac #9A466C

Tints of Cadillac #9A466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 46.39%
G = 21.08%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#9A466C (or 0x9A466C) is known color: Cadillac. HEX triplet: 9A, 46 and 6C. RGB value is (154,70,108). Sum of RGB (Red+Green+Blue) = 154+70+108=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A466C is #65B993. Grayscale: #636363. Windows color (decimal): -6666644 or 7095962. OLE color: 7095962.

HSL color Cylindrical-coordinate representation of color #9A466C: hue angle of 332.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A466C is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 70 108 -
CMYK 0 0.55 0.30 0.40
HSL 332.86º 0.38% 0.44% -
HSV(B) 332.86º 0.55% 0.6% -
XYZ 18.22 12.33 15.61 -
YUV 99.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 154 70 108 0 0.55 0.30 0.40 332.86 0.38 0.44
Hex 9A 46 6C 0 37 1E 28 14D 26 2C
Octal 232 106 154 0 67 36 50 515 46 54
Binary 10011010 1000110 1101100 0 110111 11110 101000 101001101 100110 101100

Color Harmonies of #9A466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A466C

Black with #9A466C

Text Example


Text Example

White with #9A466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,70,108); }

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

background-color css

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

 a { background-color: rgb(154,70,108); }

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

border-color css

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

 span { border-color: rgb(154,70,108); }

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