#954965

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

Shades of Cadillac #954965

Tints of Cadillac #954965

Color information

#954965 (or 0x954965) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 65. RGB value is (149,73,101). Sum of RGB (Red+Green+Blue) = 149+73+101=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #954965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954965 is #6AB69A. Grayscale: #626262. Windows color (decimal): -6993563 or 6637973. OLE color: 6637973.

HSL color Cylindrical-coordinate representation of color #954965: hue angle of 337.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954965 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14973101-
CMYK00.510.320.42
HSL337.89º34.23%43.53%-
HSV(B)337.89º51.01%58.43%-
XYZ17.1312.0913.74-
YUV98.92129.18163.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=46.13%
G=22.60%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497310100.510.320.42337.8934.2343.53
Hex954965033202A152222c
Octal22511114506340525224254
Binary10010101100100111001010110011100000101010101010010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954965; }

 p { color: rgb(149,73,101); }

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

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

 a { background-color: rgb(149,73,101); }

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

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

 span { border-color: rgb(149,73,101); }

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