#994C6D

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

Shades of Cadillac #994C6D

Tints of Cadillac #994C6D

Color information

#994C6D (or 0x994C6D) is unknown color: approx Cadillac. HEX triplet: 99, 4C and 6D. RGB value is (153,76,109). Sum of RGB (Red+Green+Blue) = 153+76+109=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C6D is #66B392. Grayscale: #666666. Windows color (decimal): -6730643 or 7163033. OLE color: 7163033.

HSL color Cylindrical-coordinate representation of color #994C6D: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C6D is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB15376109-
CMYK00.500.290.4
HSL334.29º33.62%44.9%-
HSV(B)334.29º50.33%60%-
XYZ18.4813.0516.01-
YUV102.78131.51163.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 76 (30.08% from 255) = 22.49%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=45.27%
G=22.49%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537610900.500.290.4334.2933.6244.9
Hex994C6D0321D2814e222d
Octal23111415506235505164255
Binary1001100110011001101101011001011101101000101001110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994C6D; }

 p { color: rgb(153,76,109); }

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

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

 a { background-color: rgb(153,76,109); }

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

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

 span { border-color: rgb(153,76,109); }

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