#954861

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

Shades of Cadillac #954861

Tints of Cadillac #954861

Color information

#954861 (or 0x954861) is unknown color: approx Cadillac. HEX triplet: 95, 48 and 61. RGB value is (149,72,97). Sum of RGB (Red+Green+Blue) = 149+72+97=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954861 is #6AB79E. Grayscale: #616161. Windows color (decimal): -6993823 or 6375573. OLE color: 6375573.

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

Color convert

RGB1497297-
CMYK00.520.350.42
HSL340.52º34.84%43.33%-
HSV(B)340.52º51.68%58.43%-
XYZ16.8711.8912.71-
YUV97.87127.51164.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=46.86%
G=22.64%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149729700.520.350.42340.5234.8443.33
Hex954861034232A155232b
Octal22511014106443525254353
Binary10010101100100011000010110100100011101010101010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954861; }

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

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

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

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

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

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

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

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