Html Css Color HEX #984872 Cadillac

📋 copy color: '#984872'

red 152 ◦ green 72 ◦ blue 114

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

Shades of Cadillac #984872

Tints of Cadillac #984872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

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

R = 44.97%
G = 21.3%
B = 33.73%

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

#984872 (or 0x984872) is known color: Cadillac. HEX triplet: 98, 48 and 72. RGB value is (152,72,114). Sum of RGB (Red+Green+Blue) = 152+72+114=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #984872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984872 is #67B78D. Grayscale: #646464. Windows color (decimal): -6797198 or 7489688. OLE color: 7489688.

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

Color convert

RGB 152 72 114 -
CMYK 0 0.53 0.25 0.40
HSL 328.5º 0.36% 0.44% -
HSV(B) 328.5º 0.53% 0.6% -
XYZ 18.3 12.53 17.37 -
YUV 100.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 152 72 114 0 0.53 0.25 0.40 328.5 0.36 0.44
Hex 98 48 72 0 35 19 28 148 24 2C
Octal 230 110 162 0 65 31 50 510 44 54
Binary 10011000 1001000 1110010 0 110101 11001 101000 101001000 100100 101100

Color Harmonies of #984872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984872

Black with #984872

Text Example


Text Example

White with #984872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984872; }

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

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

background-color css

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

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

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

border-color css

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

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

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