#954A60

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

Shades of Cadillac #954A60

Tints of Cadillac #954A60

Color information

#954A60 (or 0x954A60) is unknown color: approx Cadillac. HEX triplet: 95, 4A and 60. RGB value is (149,74,96). Sum of RGB (Red+Green+Blue) = 149+74+96=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #954A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A60 is #6AB59F. Grayscale: #626262. Windows color (decimal): -6993312 or 6310549. OLE color: 6310549.

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

Color convert

RGB1497496-
CMYK00.500.360.42
HSL342.4º33.63%43.73%-
HSV(B)342.4º50.34%58.43%-
XYZ16.9512.1312.51-
YUV98.93126.35163.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 74 (29.30% from 255) = 23.20%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=46.71%
G=23.20%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149749600.500.360.42342.433.6343.73
Hex954A60032242A156222c
Octal22511214006244525264254
Binary10010101100101011000000110010100100101010101010110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954A60; }

 p { color: rgb(149,74,96); }

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

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

 a { background-color: rgb(149,74,96); }

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

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

 span { border-color: rgb(149,74,96); }

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