Html Css Color HEX #984778 Cadillac

📋 copy color: '#984778'

red 152 ◦ green 71 ◦ blue 120

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

Shades of Cadillac #984778

Tints of Cadillac #984778

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.7%

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

R = 44.31%
G = 20.7%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#984778 (or 0x984778) is known color: Cadillac. HEX triplet: 98, 47 and 78. RGB value is (152,71,120). Sum of RGB (Red+Green+Blue) = 152+71+120=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #984778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984778 is #67B887. Grayscale: #646464. Windows color (decimal): -6797448 or 7882648. OLE color: 7882648.

HSL color Cylindrical-coordinate representation of color #984778: hue angle of 323.7º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #984778 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 120 -
CMYK 0 0.53 0.21 0.40
HSL 323.7º 0.36% 0.44% -
HSV(B) 323.7º 0.53% 0.6% -
XYZ 18.59 12.54 19.21 -
YUV 100.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 152 71 120 0 0.53 0.21 0.40 323.7 0.36 0.44
Hex 98 47 78 0 35 15 28 144 24 2C
Octal 230 107 170 0 65 25 50 504 44 54
Binary 10011000 1000111 1111000 0 110101 10101 101000 101000100 100100 101100

Color Harmonies of #984778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984778

Black with #984778

Text Example


Text Example

White with #984778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984778; }

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

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

background-color css

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

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

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

border-color css

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

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

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