#954A62

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

Shades of Cadillac #954A62

Tints of Cadillac #954A62

Color information

#954A62 (or 0x954A62) is unknown color: approx Cadillac. HEX triplet: 95, 4A and 62. RGB value is (149,74,98). Sum of RGB (Red+Green+Blue) = 149+74+98=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 74 (29.30% from 255 or 23.05% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #954A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A62 is #6AB59D. Grayscale: #636363. Windows color (decimal): -6993310 or 6441621. OLE color: 6441621.

HSL color Cylindrical-coordinate representation of color #954A62: hue angle of 340.8º 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 #954A62 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1497498-
CMYK00.500.340.42
HSL340.8º33.63%43.73%-
HSV(B)340.8º50.34%58.43%-
XYZ17.0512.1713.01-
YUV99.16127.35163.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 74 (29.30% from 255) = 23.05%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=46.42%
G=23.05%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149749800.500.340.42340.833.6343.73
Hex954A62032222A155222c
Octal22511214206242525254254
Binary10010101100101011000100110010100010101010101010101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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