#994E6A

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

Shades of Cadillac #994E6A

Tints of Cadillac #994E6A

Color information

#994E6A (or 0x994E6A) is unknown color: approx Cadillac. HEX triplet: 99, 4E and 6A. RGB value is (153,78,106). Sum of RGB (Red+Green+Blue) = 153+78+106=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #994E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E6A is #66B195. Grayscale: #676767. Windows color (decimal): -6730134 or 6966937. OLE color: 6966937.

HSL color Cylindrical-coordinate representation of color #994E6A: hue angle of 337.6º 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 #994E6A is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15378106-
CMYK00.490.310.4
HSL337.6º32.47%45.29%-
HSV(B)337.6º49.02%60%-
XYZ18.4613.2615.22-
YUV103.62129.35163.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 106 (41.80% from 255) = 31.45%
R=45.40%
G=23.15%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537810600.490.310.4337.632.4745.29
Hex994E6A0311F28152202d
Octal23111615206137505224055
Binary1001100110011101101010011000111111101000101010010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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