#954A6A

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

Shades of Cadillac #954A6A

Tints of Cadillac #954A6A

Color information

#954A6A (or 0x954A6A) is unknown color: approx Cadillac. HEX triplet: 95, 4A and 6A. RGB value is (149,74,106). Sum of RGB (Red+Green+Blue) = 149+74+106=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #954A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954A6A is #6AB595. Grayscale: #646464. Windows color (decimal): -6993302 or 6965909. OLE color: 6965909.

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

Color convert

RGB14974106-
CMYK00.500.290.42
HSL334.4º33.63%43.73%-
HSV(B)334.4º50.34%58.43%-
XYZ17.4412.3315.1-
YUV100.07131.35162.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=45.29%
G=22.49%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497410600.500.290.42334.433.6343.73
Hex954A6A0321D2A14e222c
Octal22511215206235525164254
Binary1001010110010101101010011001011101101010101001110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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