#95466C

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

Shades of Cadillac #95466C

Tints of Cadillac #95466C

Color information

#95466C (or 0x95466C) is unknown color: approx Cadillac. HEX triplet: 95, 46 and 6C. RGB value is (149,70,108). Sum of RGB (Red+Green+Blue) = 149+70+108=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95466C is #6AB993. Grayscale: #616161. Windows color (decimal): -6994324 or 7095957. OLE color: 7095957.

HSL color Cylindrical-coordinate representation of color #95466C: hue angle of 331.14º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95466C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14970108-
CMYK00.530.280.42
HSL331.14º36.07%42.94%-
HSV(B)331.14º53.02%58.43%-
XYZ17.2911.8515.56-
YUV97.95133.67164.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=45.57%
G=21.41%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497010800.530.280.42331.1436.0742.94
Hex95466C0351C2A14b242b
Octal22510615406534525134453
Binary1001010110001101101100011010111100101010101001011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95466C; }

 p { color: rgb(149,70,108); }

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

<style>
 a { background-color: #95466C; }

 a { background-color: rgb(149,70,108); }

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

<style>
 span { border-color: #95466C; }

 span { border-color: rgb(149,70,108); }

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