#954872

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

Shades of Cadillac #954872

Tints of Cadillac #954872

Color information

#954872 (or 0x954872) is unknown color: approx Cadillac. HEX triplet: 95, 48 and 72. RGB value is (149,72,114). Sum of RGB (Red+Green+Blue) = 149+72+114=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954872 is #6AB78D. Grayscale: #636363. Windows color (decimal): -6993806 or 7489685. OLE color: 7489685.

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

Color convert

RGB14972114-
CMYK00.520.230.42
HSL327.27º34.84%43.33%-
HSV(B)327.27º51.68%58.43%-
XYZ17.7512.2417.35-
YUV99.81136.01163.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=44.48%
G=21.49%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497211400.520.230.42327.2734.8443.33
Hex954872034172A147232b
Octal22511016206427525074353
Binary1001010110010001110010011010010111101010101000111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954872; }

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

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

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

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

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

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

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

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