#954A64

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

Shades of Cadillac #954A64

Tints of Cadillac #954A64

Color information

#954A64 (or 0x954A64) is unknown color: approx Cadillac. HEX triplet: 95, 4A and 64. RGB value is (149,74,100). Sum of RGB (Red+Green+Blue) = 149+74+100=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #954A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A64 is #6AB59B. Grayscale: #636363. Windows color (decimal): -6993308 or 6572693. OLE color: 6572693.

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

Color convert

RGB14974100-
CMYK00.500.330.42
HSL339.2º33.63%43.73%-
HSV(B)339.2º50.34%58.43%-
XYZ17.1412.2113.51-
YUV99.39128.35163.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=46.13%
G=22.91%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497410000.500.330.42339.233.6343.73
Hex954A64032212A153222c
Octal22511214406241525234254
Binary10010101100101011001000110010100001101010101010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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