Html Css Color HEX #9B4662 Cadillac

📋 copy color: '#9B4662'

red 155 ◦ green 70 ◦ blue 98

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

Shades of Cadillac #9B4662

Tints of Cadillac #9B4662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 47.99%
G = 21.67%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B4662 (or 0x9B4662) is known color: Cadillac. HEX triplet: 9B, 46 and 62. RGB value is (155,70,98). Sum of RGB (Red+Green+Blue) = 155+70+98=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4662 is #64B99D. Grayscale: #626262. Windows color (decimal): -6601118 or 6440603. OLE color: 6440603.

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

Color convert

RGB 155 70 98 -
CMYK 0 0.55 0.37 0.39
HSL 340.24º 0.38% 0.44% -
HSV(B) 340.24º 0.55% 0.61% -
XYZ 17.91 12.23 12.97 -
YUV 98.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 155 70 98 0 0.55 0.37 0.39 340.24 0.38 0.44
Hex 9B 46 62 0 37 25 27 154 26 2C
Octal 233 106 142 0 67 45 47 524 46 54
Binary 10011011 1000110 1100010 0 110111 100101 100111 101010100 100110 101100

Color Harmonies of #9B4662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4662

Black with #9B4662

Text Example


Text Example

White with #9B4662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,70,98); }

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

background-color css

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

 a { background-color: rgb(155,70,98); }

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

border-color css

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

 span { border-color: rgb(155,70,98); }

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