#96465C

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

Shades of Cadillac #96465C

Tints of Cadillac #96465C

Color information

#96465C (or 0x96465C) is unknown color: approx Cadillac. HEX triplet: 96, 46 and 5C. RGB value is (150,70,92). Sum of RGB (Red+Green+Blue) = 150+70+92=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96465C is #69B9A3. Grayscale: #606060. Windows color (decimal): -6928804 or 6047382. OLE color: 6047382.

HSL color Cylindrical-coordinate representation of color #96465C: hue angle of 343.5º 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 #96465C is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1507092-
CMYK00.530.390.41
HSL343.5º36.36%43.14%-
HSV(B)343.5º53.33%58.82%-
XYZ16.711.6411.49-
YUV96.43125.5166.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=48.08%
G=22.44%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150709200.530.390.41343.536.3643.14
Hex96465C0352729158242b
Octal22610613406547515304453
Binary10010110100011010111000110101100111101001101011000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96465C; }

 p { color: rgb(150,70,92); }

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

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

 a { background-color: rgb(150,70,92); }

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

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

 span { border-color: rgb(150,70,92); }

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