#95485D

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

Shades of Cadillac #95485D

Tints of Cadillac #95485D

Color information

#95485D (or 0x95485D) is unknown color: approx Cadillac. HEX triplet: 95, 48 and 5D. RGB value is (149,72,93). Sum of RGB (Red+Green+Blue) = 149+72+93=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95485D is #6AB7A2. Grayscale: #616161. Windows color (decimal): -6993827 or 6113429. OLE color: 6113429.

HSL color Cylindrical-coordinate representation of color #95485D: hue angle of 343.64º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95485D is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1497293-
CMYK00.520.380.42
HSL343.64º34.84%43.33%-
HSV(B)343.64º51.68%58.43%-
XYZ16.6911.8111.76-
YUV97.42125.51164.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=47.45%
G=22.93%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149729300.520.380.42343.6434.8443.33
Hex95485D034262A158232b
Octal22511013506446525304353
Binary10010101100100010111010110100100110101010101011000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95485D; }

 p { color: rgb(149,72,93); }

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

<style>
 a { background-color: #95485D; }

 a { background-color: rgb(149,72,93); }

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

<style>
 span { border-color: #95485D; }

 span { border-color: rgb(149,72,93); }

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