#954B68

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

Shades of Cadillac #954B68

Tints of Cadillac #954B68

Color information

#954B68 (or 0x954B68) is unknown color: approx Cadillac. HEX triplet: 95, 4B and 68. RGB value is (149,75,104). Sum of RGB (Red+Green+Blue) = 149+75+104=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #954B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B68 is #6AB497. Grayscale: #646464. Windows color (decimal): -6993048 or 6835093. OLE color: 6835093.

HSL color Cylindrical-coordinate representation of color #954B68: hue angle of 336.49º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B68 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14975104-
CMYK00.500.300.42
HSL336.49º33.04%43.92%-
HSV(B)336.49º49.66%58.43%-
XYZ17.4112.4214.58-
YUV100.43130.02162.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 75 (29.69% from 255) = 22.87%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=45.43%
G=22.87%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497510400.500.300.42336.4933.0443.92
Hex954B680321E2A150212c
Octal22511315006236525204154
Binary1001010110010111101000011001011110101010101010000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954B68; }

 p { color: rgb(149,75,104); }

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

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

 a { background-color: rgb(149,75,104); }

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

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

 span { border-color: rgb(149,75,104); }

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