#95466E

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

Shades of Cadillac #95466E

Tints of Cadillac #95466E

Color information

#95466E (or 0x95466E) is unknown color: approx Cadillac. HEX triplet: 95, 46 and 6E. RGB value is (149,70,110). Sum of RGB (Red+Green+Blue) = 149+70+110=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #95466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95466E is #6AB991. Grayscale: #626262. Windows color (decimal): -6994322 or 7227029. OLE color: 7227029.

HSL color Cylindrical-coordinate representation of color #95466E: hue angle of 329.62º 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 #95466E is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14970110-
CMYK00.530.260.42
HSL329.62º36.07%42.94%-
HSV(B)329.62º53.02%58.43%-
XYZ17.411.916.13-
YUV98.18134.67164.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=45.29%
G=21.28%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497011000.530.260.42329.6236.0742.94
Hex95466E0351A2A14a242b
Octal22510615606532525124453
Binary1001010110001101101110011010111010101010101001010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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