Html Css Color HEX #9B486B Cadillac

📋 copy color: '#9B486B'

red 155 ◦ green 72 ◦ blue 107

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

Shades of Cadillac #9B486B

Tints of Cadillac #9B486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 46.41%
G = 21.56%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B486B (or 0x9B486B) is known color: Cadillac. HEX triplet: 9B, 48 and 6B. RGB value is (155,72,107). Sum of RGB (Red+Green+Blue) = 155+72+107=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B486B is #64B794. Grayscale: #646464. Windows color (decimal): -6600597 or 7030939. OLE color: 7030939.

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

Color convert

RGB 155 72 107 -
CMYK 0 0.54 0.31 0.39
HSL 334.7º 0.37% 0.45% -
HSV(B) 334.7º 0.54% 0.61% -
XYZ 18.49 12.66 15.38 -
YUV 100.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 155 72 107 0 0.54 0.31 0.39 334.7 0.37 0.45
Hex 9B 48 6B 0 36 1F 27 14F 25 2D
Octal 233 110 153 0 66 37 47 517 45 55
Binary 10011011 1001000 1101011 0 110110 11111 100111 101001111 100101 101101

Color Harmonies of #9B486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B486B

Black with #9B486B

Text Example


Text Example

White with #9B486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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