#964257

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

Shades of Cadillac #964257

Tints of Cadillac #964257

Color information

#964257 (or 0x964257) is unknown color: approx Cadillac. HEX triplet: 96, 42 and 57. RGB value is (150,66,87). Sum of RGB (Red+Green+Blue) = 150+66+87=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #964257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964257 is #69BDA8. Grayscale: #5D5D5D. Windows color (decimal): -6929833 or 5718678. OLE color: 5718678.

HSL color Cylindrical-coordinate representation of color #964257: hue angle of 345º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #964257 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB1506687-
CMYK00.560.420.41
HSL345º38.89%42.35%-
HSV(B)345º56%58.82%-
XYZ16.2511.0710.3-
YUV93.51124.33168.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=49.50%
G=21.78%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150668700.560.420.4134538.8942.35
Hex9642570382A29159272a
Octal22610212707052515314752
Binary10010110100001010101110111000101010101001101011001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964257; }

 p { color: rgb(150,66,87); }

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

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

 a { background-color: rgb(150,66,87); }

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

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

 span { border-color: rgb(150,66,87); }

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