Html Css Color HEX #994978 Cadillac

📋 copy color: '#994978'

red 153 ◦ green 73 ◦ blue 120

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

Shades of Cadillac #994978

Tints of Cadillac #994978

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.1%

 BLUE value IS 120 (47.27% from 255) = 34.68%

R = 44.22%
G = 21.1%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#994978 (or 0x994978) is known color: Cadillac. HEX triplet: 99, 49 and 78. RGB value is (153,73,120). Sum of RGB (Red+Green+Blue) = 153+73+120=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #994978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994978 is #66B687. Grayscale: #666666. Windows color (decimal): -6731400 or 7883161. OLE color: 7883161.

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

Color convert

RGB 153 73 120 -
CMYK 0 0.52 0.22 0.4
HSL 324.75º 0.35% 0.44% -
HSV(B) 324.75º 0.52% 0.6% -
XYZ 18.91 12.89 19.26 -
YUV 102.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 153 73 120 0 0.52 0.22 0.4 324.75 0.35 0.44
Hex 99 49 78 0 34 16 28 145 23 2C
Octal 231 111 170 0 64 26 50 505 43 54
Binary 10011001 1001001 1111000 0 110100 10110 101000 101000101 100011 101100

Color Harmonies of #994978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994978

Black with #994978

Text Example


Text Example

White with #994978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994978; }

 p { color: rgb(153,73,120); }

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

background-color css

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

 a { background-color: rgb(153,73,120); }

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

border-color css

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

 span { border-color: rgb(153,73,120); }

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