#954B6B

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

Shades of Cadillac #954B6B

Tints of Cadillac #954B6B

Color information

#954B6B (or 0x954B6B) is unknown color: approx Cadillac. HEX triplet: 95, 4B and 6B. RGB value is (149,75,107). Sum of RGB (Red+Green+Blue) = 149+75+107=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #954B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B6B is #6AB494. Grayscale: #646464. Windows color (decimal): -6993045 or 7031701. OLE color: 7031701.

HSL color Cylindrical-coordinate representation of color #954B6B: hue angle of 334.05º 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 #954B6B is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14975107-
CMYK00.500.280.42
HSL334.05º33.04%43.92%-
HSV(B)334.05º49.66%58.43%-
XYZ17.5612.4815.39-
YUV100.77131.52162.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=45.02%
G=22.66%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497510700.500.280.42334.0533.0443.92
Hex954B6B0321C2A14e212c
Octal22511315306234525164154
Binary1001010110010111101011011001011100101010101001110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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