#954863

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

Shades of Cadillac #954863

Tints of Cadillac #954863

Color information

#954863 (or 0x954863) is unknown color: approx Cadillac. HEX triplet: 95, 48 and 63. RGB value is (149,72,99). Sum of RGB (Red+Green+Blue) = 149+72+99=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #954863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954863 is #6AB79C. Grayscale: #626262. Windows color (decimal): -6993821 or 6506645. OLE color: 6506645.

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

Color convert

RGB1497299-
CMYK00.520.340.42
HSL338.96º34.84%43.33%-
HSV(B)338.96º51.68%58.43%-
XYZ16.9611.9313.21-
YUV98.1128.51164.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.56%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 99 (39.06% from 255) = 30.94%
R=46.56%
G=22.5%
B=30.94%

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
Decimal149729900.520.340.42338.9634.8443.33
Hex954863034222A153232b
Octal22511014306442525234353
Binary10010101100100011000110110100100010101010101010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954863; }

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

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

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

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

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

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

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

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