#954275

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

Shades of Cadillac #954275

Tints of Cadillac #954275

Color information

#954275 (or 0x954275) is unknown color: approx Cadillac. HEX triplet: 95, 42 and 75. RGB value is (149,66,117). Sum of RGB (Red+Green+Blue) = 149+66+117=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #954275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954275 is #6ABD8A. Grayscale: #606060. Windows color (decimal): -6995339 or 7684757. OLE color: 7684757.

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

Color convert

RGB14966117-
CMYK00.560.210.42
HSL323.13º38.6%42.16%-
HSV(B)323.13º55.7%58.43%-
XYZ17.5511.5718.14-
YUV96.63139.5165.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=44.88%
G=19.88%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496611700.560.210.42323.1338.642.16
Hex954275038152A143272a
Octal22510216507025525034752
Binary1001010110000101110101011100010101101010101000011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954275; }

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

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

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

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

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

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

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

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