#9F455E

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

Shades of Cadillac #9F455E

Tints of Cadillac #9F455E

Color information

#9F455E (or 0x9F455E) is unknown color: approx Cadillac. HEX triplet: 9F, 45 and 5E. RGB value is (159,69,94). Sum of RGB (Red+Green+Blue) = 159+69+94=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F455E is #60BAA1. Grayscale: #626262. Windows color (decimal): -6339234 or 6178207. OLE color: 6178207.

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

Color convert

RGB1596994-
CMYK00.570.410.38
HSL343.33º39.47%44.71%-
HSV(B)343.33º56.6%62.35%-
XYZ18.4512.4412.02-
YUV98.76125.32170.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.38%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=49.38%
G=21.43%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159699400.570.410.38343.3339.4744.71
Hex9F455E0392926157272d
Octal23710513607151465274755
Binary10011111100010110111100111001101001100110101010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,69,94); }

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

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

 a { background-color: rgb(159,69,94); }

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

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

 span { border-color: rgb(159,69,94); }

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