Html Css Color HEX #994E66 Cadillac

📋 copy color: '#994E66'

red 153 ◦ green 78 ◦ blue 102

#994E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #994E66

Tints of Cadillac #994E66

RGB

 RED value IS 153 (60.16% from 255) = 45.95%

 GREEN value IS 78 (30.86% from 255) = 23.42%

 BLUE value IS 102 (40.23% from 255) = 30.63%

R = 45.95%
G = 23.42%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#994E66 (or 0x994E66) is known color: Cadillac. HEX triplet: 99, 4E and 66. RGB value is (153,78,102). Sum of RGB (Red+Green+Blue) = 153+78+102=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #994E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E66 is #66B199. Grayscale: #676767. Windows color (decimal): -6730138 or 6704793. OLE color: 6704793.

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

Color convert

RGB 153 78 102 -
CMYK 0 0.49 0.33 0.4
HSL 340.8º 0.32% 0.45% -
HSV(B) 340.8º 0.49% 0.6% -
XYZ 18.26 13.18 14.15 -
YUV 103.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 153 78 102 0 0.49 0.33 0.4 340.8 0.32 0.45
Hex 99 4E 66 0 31 21 28 155 20 2D
Octal 231 116 146 0 61 41 50 525 40 55
Binary 10011001 1001110 1100110 0 110001 100001 101000 101010101 100000 101101

Color Harmonies of #994E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E66

Black with #994E66

Text Example


Text Example

White with #994E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #994E66;
 }
 .AnyTagClassName
 {
   color: #994E66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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