#964757

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

Shades of Cadillac #964757

Tints of Cadillac #964757

Color information

#964757 (or 0x964757) is unknown color: approx Cadillac. HEX triplet: 96, 47 and 57. RGB value is (150,71,87). Sum of RGB (Red+Green+Blue) = 150+71+87=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #964757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964757 is #69B8A8. Grayscale: #606060. Windows color (decimal): -6928553 or 5719958. OLE color: 5719958.

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

Color convert

RGB1507187-
CMYK00.530.420.41
HSL347.85º35.75%43.33%-
HSV(B)347.85º52.67%58.82%-
XYZ16.5511.6810.4-
YUV96.44122.67166.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=48.70%
G=23.05%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150718700.530.420.41347.8535.7543.33
Hex9647570352A2915c242b
Octal22610712706552515344453
Binary10010110100011110101110110101101010101001101011100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964757; }

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

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

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

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

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

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

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

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