#954B64

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

Shades of Cadillac #954B64

Tints of Cadillac #954B64

Color information

#954B64 (or 0x954B64) is unknown color: approx Cadillac. HEX triplet: 95, 4B and 64. RGB value is (149,75,100). Sum of RGB (Red+Green+Blue) = 149+75+100=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #954B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954B64 is #6AB49B. Grayscale: #636363. Windows color (decimal): -6993052 or 6572949. OLE color: 6572949.

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

Color convert

RGB14975100-
CMYK00.500.330.42
HSL339.73º33.04%43.92%-
HSV(B)339.73º49.66%58.43%-
XYZ17.2112.3413.53-
YUV99.98128.02162.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 75 (29.69% from 255) = 23.15%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=45.99%
G=23.15%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497510000.500.330.42339.7333.0443.92
Hex954B64032212A154212c
Octal22511314406241525244154
Binary10010101100101111001000110010100001101010101010100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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