#994E6B

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

Shades of Cadillac #994E6B

Tints of Cadillac #994E6B

Color information

#994E6B (or 0x994E6B) is unknown color: approx Cadillac. HEX triplet: 99, 4E and 6B. RGB value is (153,78,107). Sum of RGB (Red+Green+Blue) = 153+78+107=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #994E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E6B is #66B194. Grayscale: #676767. Windows color (decimal): -6730133 or 7032473. OLE color: 7032473.

HSL color Cylindrical-coordinate representation of color #994E6B: hue angle of 336.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E6B is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB15378107-
CMYK00.490.300.4
HSL336.8º32.47%45.29%-
HSV(B)336.8º49.02%60%-
XYZ18.5213.2815.5-
YUV103.73129.85163.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 78 (30.86% from 255) = 23.08%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=45.27%
G=23.08%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537810700.490.300.4336.832.4745.29
Hex994E6B0311E28151202d
Octal23111615306136505214055
Binary1001100110011101101011011000111110101000101010001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,78,107); }

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

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

 a { background-color: rgb(153,78,107); }

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

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

 span { border-color: rgb(153,78,107); }

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