Html Css Color HEX #9F496C Cadillac

📋 copy color: '#9F496C'

red 159 ◦ green 73 ◦ blue 108

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

Shades of Cadillac #9F496C

Tints of Cadillac #9F496C

RGB

 RED value IS 159 (62.5% from 255) = 46.76%

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

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

R = 46.76%
G = 21.47%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F496C (or 0x9F496C) is known color: Cadillac. HEX triplet: 9F, 49 and 6C. RGB value is (159,73,108). Sum of RGB (Red+Green+Blue) = 159+73+108=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F496C is #60B693. Grayscale: #666666. Windows color (decimal): -6338196 or 7096735. OLE color: 7096735.

HSL color Cylindrical-coordinate representation of color #9F496C: hue angle of 335.58º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F496C is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 73 108 -
CMYK 0 0.54 0.32 0.38
HSL 335.58º 0.37% 0.45% -
HSV(B) 335.58º 0.54% 0.62% -
XYZ 19.39 13.22 15.72 -
YUV 102.7 130.99 168.15 -
System Red Green Blue C M Y K H S L
Decimal 159 73 108 0 0.54 0.32 0.38 335.58 0.37 0.45
Hex 9F 49 6C 0 36 20 26 150 25 2D
Octal 237 111 154 0 66 40 46 520 45 55
Binary 10011111 1001001 1101100 0 110110 100000 100110 101010000 100101 101101

Color Harmonies of #9F496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F496C

Black with #9F496C

Text Example


Text Example

White with #9F496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,73,108); }

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

background-color css

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

 a { background-color: rgb(159,73,108); }

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

border-color css

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

 span { border-color: rgb(159,73,108); }

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