#954870

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

Shades of Cadillac #954870

Tints of Cadillac #954870

Color information

#954870 (or 0x954870) is unknown color: approx Cadillac. HEX triplet: 95, 48 and 70. RGB value is (149,72,112). Sum of RGB (Red+Green+Blue) = 149+72+112=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #954870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954870 is #6AB78F. Grayscale: #636363. Windows color (decimal): -6993808 or 7358613. OLE color: 7358613.

HSL color Cylindrical-coordinate representation of color #954870: hue angle of 328.83º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954870 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14972112-
CMYK00.520.250.42
HSL328.83º34.84%43.33%-
HSV(B)328.83º51.68%58.43%-
XYZ17.6412.1916.75-
YUV99.58135.01163.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 72 (28.52% from 255) = 21.62%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=44.74%
G=21.62%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497211200.520.250.42328.8334.8443.33
Hex954870034192A149232b
Octal22511016006431525114353
Binary1001010110010001110000011010011001101010101001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954870; }

 p { color: rgb(149,72,112); }

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

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

 a { background-color: rgb(149,72,112); }

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

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

 span { border-color: rgb(149,72,112); }

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