Html Css Color HEX #984978 Cadillac

📋 copy color: '#984978'

red 152 ◦ green 73 ◦ blue 120

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

Shades of Cadillac #984978

Tints of Cadillac #984978

RGB

 RED value IS 152 (59.77% from 255) = 44.06%

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

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

R = 44.06%
G = 21.16%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#984978 (or 0x984978) is known color: Cadillac. HEX triplet: 98, 49 and 78. RGB value is (152,73,120). Sum of RGB (Red+Green+Blue) = 152+73+120=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #984978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984978 is #67B687. Grayscale: #656565. Windows color (decimal): -6796936 or 7883160. OLE color: 7883160.

HSL color Cylindrical-coordinate representation of color #984978: hue angle of 324.3º 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 #984978 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 120 -
CMYK 0 0.52 0.21 0.40
HSL 324.3º 0.35% 0.44% -
HSV(B) 324.3º 0.52% 0.6% -
XYZ 18.72 12.8 19.25 -
YUV 101.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 152 73 120 0 0.52 0.21 0.40 324.3 0.35 0.44
Hex 98 49 78 0 34 15 28 144 23 2C
Octal 230 111 170 0 64 25 50 504 43 54
Binary 10011000 1001001 1111000 0 110100 10101 101000 101000100 100011 101100

Color Harmonies of #984978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984978

Black with #984978

Text Example


Text Example

White with #984978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984978; }

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

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

background-color css

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

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

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

border-color css

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

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

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