#954564

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

Shades of Cadillac #954564

Tints of Cadillac #954564

Color information

#954564 (or 0x954564) is unknown color: approx Cadillac. HEX triplet: 95, 45 and 64. RGB value is (149,69,100). Sum of RGB (Red+Green+Blue) = 149+69+100=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #954564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954564 is #6ABA9B. Grayscale: #606060. Windows color (decimal): -6994588 or 6571413. OLE color: 6571413.

HSL color Cylindrical-coordinate representation of color #954564: hue angle of 336.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954564 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB14969100-
CMYK00.540.330.42
HSL336.75º36.7%42.75%-
HSV(B)336.75º53.69%58.43%-
XYZ16.8211.5713.4-
YUV96.45130165.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 69 (27.34% from 255) = 21.70%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=46.86%
G=21.70%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496910000.540.330.42336.7536.742.75
Hex954564036212A151252b
Octal22510514406641525214553
Binary10010101100010111001000110110100001101010101010001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954564; }

 p { color: rgb(149,69,100); }

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

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

 a { background-color: rgb(149,69,100); }

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

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

 span { border-color: rgb(149,69,100); }

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