#95456A

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

Shades of Cadillac #95456A

Tints of Cadillac #95456A

Color information

#95456A (or 0x95456A) is unknown color: approx Cadillac. HEX triplet: 95, 45 and 6A. RGB value is (149,69,106). Sum of RGB (Red+Green+Blue) = 149+69+106=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95456A is #6ABA95. Grayscale: #616161. Windows color (decimal): -6994582 or 6964629. OLE color: 6964629.

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

Color convert

RGB14969106-
CMYK00.540.290.42
HSL332.25º36.7%42.75%-
HSV(B)332.25º53.69%58.43%-
XYZ17.1211.6914.99-
YUV97.14133164.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 106 (41.80% from 255) = 32.72%
R=45.99%
G=21.30%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496910600.540.290.42332.2536.742.75
Hex95456A0361D2A14c252b
Octal22510515206635525144553
Binary1001010110001011101010011011011101101010101001100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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