#964B58

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

Shades of Cadillac #964B58

Tints of Cadillac #964B58

Color information

#964B58 (or 0x964B58) is unknown color: approx Cadillac. HEX triplet: 96, 4B and 58. RGB value is (150,75,88). Sum of RGB (Red+Green+Blue) = 150+75+88=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #964B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B58 is #69B4A7. Grayscale: #626262. Windows color (decimal): -6927528 or 5786518. OLE color: 5786518.

HSL color Cylindrical-coordinate representation of color #964B58: hue angle of 349.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B58 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB1507588-
CMYK00.50.410.41
HSL349.6º33.33%44.12%-
HSV(B)349.6º50%58.82%-
XYZ16.8612.2210.7-
YUV98.91121.85164.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.92%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 88 (34.77% from 255) = 28.12%
R=47.92%
G=23.96%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150758800.50.410.41349.633.3344.12
Hex964B58032292915e212c
Octal22611313006251515364154
Binary10010110100101110110000110010101001101001101011110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,75,88); }

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

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

 a { background-color: rgb(150,75,88); }

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

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

 span { border-color: rgb(150,75,88); }

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