Html Css Color HEX #994E65 Cadillac

📋 copy color: '#994E65'

red 153 ◦ green 78 ◦ blue 101

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

Shades of Cadillac #994E65

Tints of Cadillac #994E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 46.08%
G = 23.49%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#994E65 (or 0x994E65) is known color: Cadillac. HEX triplet: 99, 4E and 65. RGB value is (153,78,101). Sum of RGB (Red+Green+Blue) = 153+78+101=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #994E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E65 is #66B19A. Grayscale: #676767. Windows color (decimal): -6730139 or 6639257. OLE color: 6639257.

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

Color convert

RGB 153 78 101 -
CMYK 0 0.49 0.34 0.4
HSL 341.6º 0.32% 0.45% -
HSV(B) 341.6º 0.49% 0.6% -
XYZ 18.21 13.16 13.89 -
YUV 103.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 153 78 101 0 0.49 0.34 0.4 341.6 0.32 0.45
Hex 99 4E 65 0 31 22 28 156 20 2D
Octal 231 116 145 0 61 42 50 526 40 55
Binary 10011001 1001110 1100101 0 110001 100010 101000 101010110 100000 101101

Color Harmonies of #994E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E65

Black with #994E65

Text Example


Text Example

White with #994E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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