Html Css Color HEX #9F486A Cadillac

📋 copy color: '#9F486A'

red 159 ◦ green 72 ◦ blue 106

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

Shades of Cadillac #9F486A

Tints of Cadillac #9F486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 47.18%
G = 21.36%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F486A (or 0x9F486A) is known color: Cadillac. HEX triplet: 9F, 48 and 6A. RGB value is (159,72,106). Sum of RGB (Red+Green+Blue) = 159+72+106=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F486A is #60B795. Grayscale: #656565. Windows color (decimal): -6338454 or 6965407. OLE color: 6965407.

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

Color convert

RGB 159 72 106 -
CMYK 0 0.55 0.33 0.38
HSL 336.55º 0.38% 0.45% -
HSV(B) 336.55º 0.55% 0.62% -
XYZ 19.22 13.05 15.14 -
YUV 101.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 159 72 106 0 0.55 0.33 0.38 336.55 0.38 0.45
Hex 9F 48 6A 0 37 21 26 151 26 2D
Octal 237 110 152 0 67 41 46 521 46 55
Binary 10011111 1001000 1101010 0 110111 100001 100110 101010001 100110 101101

Color Harmonies of #9F486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F486A

Black with #9F486A

Text Example


Text Example

White with #9F486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,72,106); }

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

background-color css

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

 a { background-color: rgb(159,72,106); }

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

border-color css

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

 span { border-color: rgb(159,72,106); }

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