#963969

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

Shades of Cadillac #963969

Tints of Cadillac #963969

Color information

#963969 (or 0x963969) is unknown color: approx Cadillac. HEX triplet: 96, 39 and 69. RGB value is (150,57,105). Sum of RGB (Red+Green+Blue) = 150+57+105=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #963969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963969 is #69C696. Grayscale: #5A5A5A. Windows color (decimal): -6932119 or 6896022. OLE color: 6896022.

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

Color convert

RGB15057105-
CMYK00.620.300.41
HSL329.03º44.93%40.59%-
HSV(B)329.03º62%58.82%-
XYZ16.5910.4314.5-
YUV90.28136.31170.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=48.08%
G=18.27%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505710500.620.300.41329.0344.9340.59
Hex96396903E1E291492d29
Octal2267115107636515115551
Binary100101101110011101001011111011110101001101001001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963969; }

 p { color: rgb(150,57,105); }

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

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

 a { background-color: rgb(150,57,105); }

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

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

 span { border-color: rgb(150,57,105); }

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