#9C465D

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

Shades of Cadillac #9C465D

Tints of Cadillac #9C465D

Color information

#9C465D (or 0x9C465D) is unknown color: approx Cadillac. HEX triplet: 9C, 46 and 5D. RGB value is (156,70,93). Sum of RGB (Red+Green+Blue) = 156+70+93=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C465D is #63B9A2. Grayscale: #626262. Windows color (decimal): -6535587 or 6112924. OLE color: 6112924.

HSL color Cylindrical-coordinate representation of color #9C465D: hue angle of 343.95º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C465D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB1567093-
CMYK00.550.400.39
HSL343.95º38.05%44.31%-
HSV(B)343.95º55.13%61.18%-
XYZ17.8812.2411.78-
YUV98.34124.99169.13-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.90%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=48.90%
G=21.94%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156709300.550.400.39343.9538.0544.31
Hex9C465D0372827158262c
Octal23410613506750475304654
Binary10011100100011010111010110111101000100111101011000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C465D; }

 p { color: rgb(156,70,93); }

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

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

 a { background-color: rgb(156,70,93); }

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

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

 span { border-color: rgb(156,70,93); }

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