#95396A

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

Shades of Cadillac #95396A

Tints of Cadillac #95396A

Color information

#95396A (or 0x95396A) is unknown color: approx Cadillac. HEX triplet: 95, 39 and 6A. RGB value is (149,57,106). Sum of RGB (Red+Green+Blue) = 149+57+106=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95396A is #6AC695. Grayscale: #595959. Windows color (decimal): -6997654 or 6961557. OLE color: 6961557.

HSL color Cylindrical-coordinate representation of color #95396A: hue angle of 328.04º 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 #95396A is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB14957106-
CMYK00.620.290.42
HSL328.04º44.66%40.39%-
HSV(B)328.04º61.74%58.43%-
XYZ16.4610.3614.77-
YUV90.09136.98170.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=47.76%
G=18.27%
B=33.97%

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
Decimal1495710600.620.290.42328.0444.6640.39
Hex95396A03E1D2A1482d28
Octal2257115207635525105550
Binary100101011110011101010011111011101101010101001000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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