Html Css Color HEX #994A6E Cadillac

📋 copy color: '#994A6E'

red 153 ◦ green 74 ◦ blue 110

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

Shades of Cadillac #994A6E

Tints of Cadillac #994A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 110 (43.36% from 255) = 32.64%

R = 45.4%
G = 21.96%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#994A6E (or 0x994A6E) is known color: Cadillac. HEX triplet: 99, 4A and 6E. RGB value is (153,74,110). Sum of RGB (Red+Green+Blue) = 153+74+110=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #994A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994A6E is #66B591. Grayscale: #656565. Windows color (decimal): -6731154 or 7228057. OLE color: 7228057.

HSL color Cylindrical-coordinate representation of color #994A6E: hue angle of 332.66º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #994A6E is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 74 110 -
CMYK 0 0.52 0.28 0.4
HSL 332.66º 0.35% 0.45% -
HSV(B) 332.66º 0.52% 0.6% -
XYZ 18.4 12.8 16.25 -
YUV 101.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 153 74 110 0 0.52 0.28 0.4 332.66 0.35 0.45
Hex 99 4A 6E 0 34 1C 28 14D 23 2D
Octal 231 112 156 0 64 34 50 515 43 55
Binary 10011001 1001010 1101110 0 110100 11100 101000 101001101 100011 101101

Color Harmonies of #994A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994A6E

Black with #994A6E

Text Example


Text Example

White with #994A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,74,110); }

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

background-color css

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

 a { background-color: rgb(153,74,110); }

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

border-color css

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

 span { border-color: rgb(153,74,110); }

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