Html Css Color HEX #9B486E Cadillac

📋 copy color: '#9B486E'

red 155 ◦ green 72 ◦ blue 110

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

Shades of Cadillac #9B486E

Tints of Cadillac #9B486E

RGB

 RED value IS 155 (60.94% from 255) = 45.99%

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

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 45.99%
G = 21.36%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B486E (or 0x9B486E) is known color: Cadillac. HEX triplet: 9B, 48 and 6E. RGB value is (155,72,110). Sum of RGB (Red+Green+Blue) = 155+72+110=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B486E is #64B791. Grayscale: #656565. Windows color (decimal): -6600594 or 7227547. OLE color: 7227547.

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

Color convert

RGB 155 72 110 -
CMYK 0 0.54 0.29 0.39
HSL 332.53º 0.37% 0.45% -
HSV(B) 332.53º 0.54% 0.61% -
XYZ 18.65 12.73 16.23 -
YUV 101.15 133 166.41 -
System Red Green Blue C M Y K H S L
Decimal 155 72 110 0 0.54 0.29 0.39 332.53 0.37 0.45
Hex 9B 48 6E 0 36 1D 27 14D 25 2D
Octal 233 110 156 0 66 35 47 515 45 55
Binary 10011011 1001000 1101110 0 110110 11101 100111 101001101 100101 101101

Color Harmonies of #9B486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B486E

Black with #9B486E

Text Example


Text Example

White with #9B486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,72,110); }

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

background-color css

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

 a { background-color: rgb(155,72,110); }

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

border-color css

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

 span { border-color: rgb(155,72,110); }

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