#95456D

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

Shades of Cadillac #95456D

Tints of Cadillac #95456D

Color information

#95456D (or 0x95456D) is unknown color: approx Cadillac. HEX triplet: 95, 45 and 6D. RGB value is (149,69,109). Sum of RGB (Red+Green+Blue) = 149+69+109=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #95456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95456D is #6ABA92. Grayscale: #616161. Windows color (decimal): -6994579 or 7161237. OLE color: 7161237.

HSL color Cylindrical-coordinate representation of color #95456D: hue angle of 330º 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 #95456D is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14969109-
CMYK00.540.270.42
HSL330º36.7%42.75%-
HSV(B)330º53.69%58.43%-
XYZ17.2811.7515.83-
YUV97.48134.5164.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=45.57%
G=21.10%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496910900.540.270.4233036.742.75
Hex95456D0361B2A14a252b
Octal22510515506633525124553
Binary1001010110001011101101011011011011101010101001010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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