#964D67

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

Shades of Cadillac #964D67

Tints of Cadillac #964D67

Color information

#964D67 (or 0x964D67) is unknown color: approx Cadillac. HEX triplet: 96, 4D and 67. RGB value is (150,77,103). Sum of RGB (Red+Green+Blue) = 150+77+103=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #964D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D67 is #69B298. Grayscale: #656565. Windows color (decimal): -6927001 or 6770070. OLE color: 6770070.

HSL color Cylindrical-coordinate representation of color #964D67: hue angle of 338.63º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D67 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15077103-
CMYK00.490.310.41
HSL338.63º32.16%44.51%-
HSV(B)338.63º48.67%58.82%-
XYZ17.6812.7714.37-
YUV101.79128.68162.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 77 (30.47% from 255) = 23.33%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=45.45%
G=23.33%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507710300.490.310.41338.6332.1644.51
Hex964D670311F29153202d
Octal22611514706137515234055
Binary1001011010011011100111011000111111101001101010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964D67; }

 p { color: rgb(150,77,103); }

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

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

 a { background-color: rgb(150,77,103); }

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

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

 span { border-color: rgb(150,77,103); }

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