Html Css Color HEX #9B4460 Cadillac

📋 copy color: '#9B4460'

red 155 ◦ green 68 ◦ blue 96

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

Shades of Cadillac #9B4460

Tints of Cadillac #9B4460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 48.59%
G = 21.32%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9B4460 (or 0x9B4460) is known color: Cadillac. HEX triplet: 9B, 44 and 60. RGB value is (155,68,96). Sum of RGB (Red+Green+Blue) = 155+68+96=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4460 is #64BB9F. Grayscale: #616161. Windows color (decimal): -6601632 or 6309019. OLE color: 6309019.

HSL color Cylindrical-coordinate representation of color #9B4460: hue angle of 340.69º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4460 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 96 -
CMYK 0 0.56 0.38 0.39
HSL 340.69º 0.39% 0.44% -
HSV(B) 340.69º 0.56% 0.61% -
XYZ 17.7 11.95 12.44 -
YUV 97.21 127.32 169.22 -
System Red Green Blue C M Y K H S L
Decimal 155 68 96 0 0.56 0.38 0.39 340.69 0.39 0.44
Hex 9B 44 60 0 38 26 27 155 27 2C
Octal 233 104 140 0 70 46 47 525 47 54
Binary 10011011 1000100 1100000 0 111000 100110 100111 101010101 100111 101100

Color Harmonies of #9B4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4460

Black with #9B4460

Text Example


Text Example

White with #9B4460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,68,96); }

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

background-color css

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

 a { background-color: rgb(155,68,96); }

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

border-color css

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

 span { border-color: rgb(155,68,96); }

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