#954964

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

Shades of Cadillac #954964

Tints of Cadillac #954964

Color information

#954964 (or 0x954964) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 64. RGB value is (149,73,100). Sum of RGB (Red+Green+Blue) = 149+73+100=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #954964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954964 is #6AB69B. Grayscale: #626262. Windows color (decimal): -6993564 or 6572437. OLE color: 6572437.

HSL color Cylindrical-coordinate representation of color #954964: hue angle of 338.68º 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 #954964 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14973100-
CMYK00.510.330.42
HSL338.68º34.23%43.53%-
HSV(B)338.68º51.01%58.43%-
XYZ17.0812.0713.49-
YUV98.8128.68163.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.27%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 100 (39.45% from 255) = 31.06%
R=46.27%
G=22.67%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497310000.510.330.42338.6834.2343.53
Hex954964033212A153222c
Octal22511114406341525234254
Binary10010101100100111001000110011100001101010101010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954964; }

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

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

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

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

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

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

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

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