#95386A

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

Shades of Cadillac #95386A

Tints of Cadillac #95386A

Color information

#95386A (or 0x95386A) is unknown color: approx Cadillac. HEX triplet: 95, 38 and 6A. RGB value is (149,56,106). Sum of RGB (Red+Green+Blue) = 149+56+106=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95386A is #6AC795. Grayscale: #595959. Windows color (decimal): -6997910 or 6961301. OLE color: 6961301.

HSL color Cylindrical-coordinate representation of color #95386A: hue angle of 327.74º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95386A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14956106-
CMYK00.620.290.42
HSL327.74º45.37%40.2%-
HSV(B)327.74º62.42%58.43%-
XYZ16.4110.2614.75-
YUV89.51137.31170.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 56 (22.27% from 255) = 18.01%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=47.91%
G=18.01%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495610600.620.290.42327.7445.3740.2
Hex95386A03E1D2A1482d28
Octal2257015207635525105550
Binary100101011110001101010011111011101101010101001000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95386A; }

 p { color: rgb(149,56,106); }

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

<style>
 a { background-color: #95386A; }

 a { background-color: rgb(149,56,106); }

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

<style>
 span { border-color: #95386A; }

 span { border-color: rgb(149,56,106); }

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