#95456B

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

Shades of Cadillac #95456B

Tints of Cadillac #95456B

Color information

#95456B (or 0x95456B) is unknown color: approx Cadillac. HEX triplet: 95, 45 and 6B. RGB value is (149,69,107). Sum of RGB (Red+Green+Blue) = 149+69+107=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #95456B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95456B is #6ABA94. Grayscale: #616161. Windows color (decimal): -6994581 or 7030165. OLE color: 7030165.

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

Color convert

RGB14969107-
CMYK00.540.280.42
HSL331.5º36.7%42.75%-
HSV(B)331.5º53.69%58.43%-
XYZ17.1811.7115.26-
YUV97.25133.5164.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 69 (27.34% from 255) = 21.23%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=45.85%
G=21.23%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496910700.540.280.42331.536.742.75
Hex95456B0361C2A14c252b
Octal22510515306634525144553
Binary1001010110001011101011011011011100101010101001100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95456B; }

 p { color: rgb(149,69,107); }

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

<style>
 a { background-color: #95456B; }

 a { background-color: rgb(149,69,107); }

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

<style>
 span { border-color: #95456B; }

 span { border-color: rgb(149,69,107); }

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