#9B4D5C

Color #9B4D5C Cadillac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadillac #9B4D5C

Tints of Cadillac #9B4D5C

Color information

#9B4D5C (or 0x9B4D5C) is unknown color: approx Cadillac. HEX triplet: 9B, 4D and 5C. RGB value is (155,77,92). Sum of RGB (Red+Green+Blue) = 155+77+92=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4D5C is #64B2A3. Grayscale: #666666. Windows color (decimal): -6599332 or 6049179. OLE color: 6049179.

HSL color Cylindrical-coordinate representation of color #9B4D5C: hue angle of 348.46º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B4D5C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB1557792-
CMYK00.500.410.39
HSL348.46º33.62%45.49%-
HSV(B)348.46º50.32%60.78%-
XYZ18.113.0511.69-
YUV102.03122.34165.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=47.84%
G=23.77%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155779200.500.410.39348.4633.6245.49
Hex9B4D5C032292715c222d
Octal23311513406251475344255
Binary10011011100110110111000110010101001100111101011100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,77,92); }

 H1.HeaderClassName
 {
   color: #9B4D5C;
 }
 .AnyTagClassName
 {
   color: #9B4D5C;
 }
</style>
background-color css

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

 a { background-color: rgb(155,77,92); }

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

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

 span { border-color: rgb(155,77,92); }

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