Html Css Color HEX #994E70 Cadillac

📋 copy color: '#994E70'

red 153 ◦ green 78 ◦ blue 112

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

Shades of Cadillac #994E70

Tints of Cadillac #994E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.65%

R = 44.61%
G = 22.74%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#994E70 (or 0x994E70) is known color: Cadillac. HEX triplet: 99, 4E and 70. RGB value is (153,78,112). Sum of RGB (Red+Green+Blue) = 153+78+112=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #994E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E70 is #66B18F. Grayscale: #686868. Windows color (decimal): -6730128 or 7360153. OLE color: 7360153.

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

Color convert

RGB 153 78 112 -
CMYK 0 0.49 0.27 0.4
HSL 332.8º 0.32% 0.45% -
HSV(B) 332.8º 0.49% 0.6% -
XYZ 18.79 13.39 16.92 -
YUV 104.3 132.35 162.74 -
System Red Green Blue C M Y K H S L
Decimal 153 78 112 0 0.49 0.27 0.4 332.8 0.32 0.45
Hex 99 4E 70 0 31 1B 28 14D 20 2D
Octal 231 116 160 0 61 33 50 515 40 55
Binary 10011001 1001110 1110000 0 110001 11011 101000 101001101 100000 101101

Color Harmonies of #994E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E70

Black with #994E70

Text Example


Text Example

White with #994E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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