#954762

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

Shades of Cadillac #954762

Tints of Cadillac #954762

Color information

#954762 (or 0x954762) is unknown color: approx Cadillac. HEX triplet: 95, 47 and 62. RGB value is (149,71,98). Sum of RGB (Red+Green+Blue) = 149+71+98=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954762 is #6AB89D. Grayscale: #616161. Windows color (decimal): -6994078 or 6440853. OLE color: 6440853.

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

Color convert

RGB1497198-
CMYK00.520.340.42
HSL339.23º35.45%43.14%-
HSV(B)339.23º52.35%58.43%-
XYZ16.8511.7812.94-
YUV97.4128.34164.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=46.86%
G=22.33%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149719800.520.340.42339.2335.4543.14
Hex954762034222A153232b
Octal22510714206442525234353
Binary10010101100011111000100110100100010101010101010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954762; }

 p { color: rgb(149,71,98); }

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

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

 a { background-color: rgb(149,71,98); }

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

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

 span { border-color: rgb(149,71,98); }

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