#954171

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

Shades of Cadillac #954171

Tints of Cadillac #954171

Color information

#954171 (or 0x954171) is unknown color: approx Cadillac. HEX triplet: 95, 41 and 71. RGB value is (149,65,113). Sum of RGB (Red+Green+Blue) = 149+65+113=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #954171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954171 is #6ABE8E. Grayscale: #5F5F5F. Windows color (decimal): -6995599 or 7422357. OLE color: 7422357.

HSL color Cylindrical-coordinate representation of color #954171: hue angle of 325.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954171 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14965113-
CMYK00.560.240.42
HSL325.71º39.25%41.96%-
HSV(B)325.71º56.38%58.43%-
XYZ17.2711.3616.91-
YUV95.59137.83166.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=45.57%
G=19.88%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496511300.560.240.42325.7139.2541.96
Hex954171038182A146272a
Octal22510116107030525064752
Binary1001010110000011110001011100011000101010101000110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954171; }

 p { color: rgb(149,65,113); }

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

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

 a { background-color: rgb(149,65,113); }

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

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

 span { border-color: rgb(149,65,113); }

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