#994E6E

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

Shades of Cadillac #994E6E

Tints of Cadillac #994E6E

Color information

#994E6E (or 0x994E6E) is unknown color: approx Cadillac. HEX triplet: 99, 4E and 6E. RGB value is (153,78,110). Sum of RGB (Red+Green+Blue) = 153+78+110=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #994E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E6E is #66B191. Grayscale: #686868. Windows color (decimal): -6730130 or 7229081. OLE color: 7229081.

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

Color convert

RGB15378110-
CMYK00.490.280.4
HSL334.4º32.47%45.29%-
HSV(B)334.4º49.02%60%-
XYZ18.6813.3516.34-
YUV104.07131.35162.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=44.87%
G=22.87%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537811000.490.280.4334.432.4745.29
Hex994E6E0311C2814e202d
Octal23111615606134505164055
Binary1001100110011101101110011000111100101000101001110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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