#9C4563

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

Shades of Cadillac #9C4563

Tints of Cadillac #9C4563

Color information

#9C4563 (or 0x9C4563) is unknown color: approx Cadillac. HEX triplet: 9C, 45 and 63. RGB value is (156,69,99). Sum of RGB (Red+Green+Blue) = 156+69+99=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4563 is #63BA9C. Grayscale: #626262. Windows color (decimal): -6535837 or 6505884. OLE color: 6505884.

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

Color convert

RGB1566999-
CMYK00.560.370.39
HSL339.31º38.67%44.12%-
HSV(B)339.31º55.77%61.18%-
XYZ18.0912.2313.21-
YUV98.43128.32169.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 69 (27.34% from 255) = 21.30%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=48.15%
G=21.30%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156699900.560.370.39339.3138.6744.12
Hex9C45630382527153272c
Octal23410514307045475234754
Binary10011100100010111000110111000100101100111101010011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,69,99); }

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

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

 a { background-color: rgb(156,69,99); }

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

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

 span { border-color: rgb(156,69,99); }

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