#954963

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

Shades of Cadillac #954963

Tints of Cadillac #954963

Color information

#954963 (or 0x954963) is unknown color: approx Cadillac. HEX triplet: 95, 49 and 63. RGB value is (149,73,99). Sum of RGB (Red+Green+Blue) = 149+73+99=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #954963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954963 is #6AB69C. Grayscale: #626262. Windows color (decimal): -6993565 or 6506901. OLE color: 6506901.

HSL color Cylindrical-coordinate representation of color #954963: hue angle of 339.47º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954963 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1497399-
CMYK00.510.340.42
HSL339.47º34.23%43.53%-
HSV(B)339.47º51.01%58.43%-
XYZ17.0312.0613.23-
YUV98.69128.18163.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 99 (39.06% from 255) = 30.84%
R=46.42%
G=22.74%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149739900.510.340.42339.4734.2343.53
Hex954963033222A153222c
Octal22511114306342525234254
Binary10010101100100111000110110011100010101010101010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954963; }

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

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

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

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

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

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

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

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