Html Css Color HEX #984772 Cadillac

📋 copy color: '#984772'

red 152 ◦ green 71 ◦ blue 114

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

Shades of Cadillac #984772

Tints of Cadillac #984772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 45.1%
G = 21.07%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#984772 (or 0x984772) is known color: Cadillac. HEX triplet: 98, 47 and 72. RGB value is (152,71,114). Sum of RGB (Red+Green+Blue) = 152+71+114=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #984772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984772 is #67B88D. Grayscale: #646464. Windows color (decimal): -6797454 or 7489432. OLE color: 7489432.

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

Color convert

RGB 152 71 114 -
CMYK 0 0.53 0.25 0.40
HSL 328.15º 0.36% 0.44% -
HSV(B) 328.15º 0.53% 0.6% -
XYZ 18.24 12.4 17.35 -
YUV 100.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 152 71 114 0 0.53 0.25 0.40 328.15 0.36 0.44
Hex 98 47 72 0 35 19 28 148 24 2C
Octal 230 107 162 0 65 31 50 510 44 54
Binary 10011000 1000111 1110010 0 110101 11001 101000 101001000 100100 101100

Color Harmonies of #984772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984772

Black with #984772

Text Example


Text Example

White with #984772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984772; }

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

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

background-color css

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

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

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

border-color css

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

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

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