Html Css Color HEX #994E6A Cadillac

📋 copy color: '#994E6A'

red 153 ◦ green 78 ◦ blue 106

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

Shades of Cadillac #994E6A

Tints of Cadillac #994E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.45%

R = 45.4%
G = 23.15%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#994E6A (or 0x994E6A) is known color: Cadillac. HEX triplet: 99, 4E and 6A. RGB value is (153,78,106). Sum of RGB (Red+Green+Blue) = 153+78+106=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 106 (41.80% from 255 or 31.45% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #994E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E6A is #66B195. Grayscale: #676767. Windows color (decimal): -6730134 or 6966937. OLE color: 6966937.

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

Color convert

RGB 153 78 106 -
CMYK 0 0.49 0.31 0.4
HSL 337.6º 0.32% 0.45% -
HSV(B) 337.6º 0.49% 0.6% -
XYZ 18.46 13.26 15.22 -
YUV 103.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 153 78 106 0 0.49 0.31 0.4 337.6 0.32 0.45
Hex 99 4E 6A 0 31 1F 28 152 20 2D
Octal 231 116 152 0 61 37 50 522 40 55
Binary 10011001 1001110 1101010 0 110001 11111 101000 101010010 100000 101101

Color Harmonies of #994E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E6A

Black with #994E6A

Text Example


Text Example

White with #994E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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