#954271

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

Shades of Cadillac #954271

Tints of Cadillac #954271

Color information

#954271 (or 0x954271) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 71. RGB value is (149,66,113). Sum of RGB (Red+Green+Blue) = 149+66+113=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #954271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954271 is #6ABD8E. Grayscale: #606060. Windows color (decimal): -6995343 or 7422613. OLE color: 7422613.

HSL color Cylindrical-coordinate representation of color #954271: hue angle of 326.02º 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 #954271 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB14966113-
CMYK00.560.240.42
HSL326.02º38.6%42.16%-
HSV(B)326.02º55.7%58.43%-
XYZ17.3211.4816.93-
YUV96.18137.5165.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 66 (26.17% from 255) = 20.12%
BLUE value IS 113 (44.53% from 255) = 34.45%
R=45.43%
G=20.12%
B=34.45%

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
Decimal1496611300.560.240.42326.0238.642.16
Hex954271038182A146272a
Octal22510216107030525064752
Binary1001010110000101110001011100011000101010101000110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954271; }

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

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

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

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

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

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

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

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