Html Css Color HEX #984672 Cadillac

📋 copy color: '#984672'

red 152 ◦ green 70 ◦ blue 114

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

Shades of Cadillac #984672

Tints of Cadillac #984672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 45.24%
G = 20.83%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#984672 (or 0x984672) is known color: Cadillac. HEX triplet: 98, 46 and 72. RGB value is (152,70,114). Sum of RGB (Red+Green+Blue) = 152+70+114=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #984672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984672 is #67B98D. Grayscale: #636363. Windows color (decimal): -6797710 or 7489176. OLE color: 7489176.

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

Color convert

RGB 152 70 114 -
CMYK 0 0.54 0.25 0.40
HSL 327.8º 0.37% 0.44% -
HSV(B) 327.8º 0.54% 0.6% -
XYZ 18.18 12.27 17.33 -
YUV 99.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 152 70 114 0 0.54 0.25 0.40 327.8 0.37 0.44
Hex 98 46 72 0 36 19 28 148 25 2C
Octal 230 106 162 0 66 31 50 510 45 54
Binary 10011000 1000110 1110010 0 110110 11001 101000 101001000 100101 101100

Color Harmonies of #984672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984672

Black with #984672

Text Example


Text Example

White with #984672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984672; }

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

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

background-color css

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

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

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

border-color css

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

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

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