Html Css Color HEX #994E68 Cadillac

📋 copy color: '#994E68'

red 153 ◦ green 78 ◦ blue 104

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

Shades of Cadillac #994E68

Tints of Cadillac #994E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.04%

R = 45.67%
G = 23.28%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#994E68 (or 0x994E68) is known color: Cadillac. HEX triplet: 99, 4E and 68. RGB value is (153,78,104). Sum of RGB (Red+Green+Blue) = 153+78+104=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #994E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E68 is #66B197. Grayscale: #676767. Windows color (decimal): -6730136 or 6835865. OLE color: 6835865.

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

Color convert

RGB 153 78 104 -
CMYK 0 0.49 0.32 0.4
HSL 339.2º 0.32% 0.45% -
HSV(B) 339.2º 0.49% 0.6% -
XYZ 18.36 13.22 14.68 -
YUV 103.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 153 78 104 0 0.49 0.32 0.4 339.2 0.32 0.45
Hex 99 4E 68 0 31 20 28 153 20 2D
Octal 231 116 150 0 61 40 50 523 40 55
Binary 10011001 1001110 1101000 0 110001 100000 101000 101010011 100000 101101

Color Harmonies of #994E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E68

Black with #994E68

Text Example


Text Example

White with #994E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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