#9D4661

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

Shades of Cadillac #9D4661

Tints of Cadillac #9D4661

Color information

#9D4661 (or 0x9D4661) is unknown color: approx Cadillac. HEX triplet: 9D, 46 and 61. RGB value is (157,70,97). Sum of RGB (Red+Green+Blue) = 157+70+97=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4661 is #62B99E. Grayscale: #636363. Windows color (decimal): -6470047 or 6375069. OLE color: 6375069.

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

Color convert

RGB1577097-
CMYK00.550.380.38
HSL341.38º38.33%44.51%-
HSV(B)341.38º55.41%61.57%-
XYZ18.2512.4112.74-
YUV99.09126.82169.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.46%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=48.46%
G=21.60%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157709700.550.380.38341.3838.3344.51
Hex9D46610372626155262d
Octal23510614106746465254655
Binary10011101100011011000010110111100110100110101010101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,70,97); }

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

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

 a { background-color: rgb(157,70,97); }

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

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

 span { border-color: rgb(157,70,97); }

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