Html Css Color HEX #984471 Cadillac

📋 copy color: '#984471'

red 152 ◦ green 68 ◦ blue 113

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

Shades of Cadillac #984471

Tints of Cadillac #984471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 113 (44.53% from 255) = 33.93%

R = 45.65%
G = 20.42%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984471 (or 0x984471) is known color: Cadillac. HEX triplet: 98, 44 and 71. RGB value is (152,68,113). Sum of RGB (Red+Green+Blue) = 152+68+113=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #984471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984471 is #67BB8E. Grayscale: #626262. Windows color (decimal): -6798223 or 7423128. OLE color: 7423128.

HSL color Cylindrical-coordinate representation of color #984471: hue angle of 327.86º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984471 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 113 -
CMYK 0 0.55 0.26 0.40
HSL 327.86º 0.38% 0.43% -
HSV(B) 327.86º 0.55% 0.6% -
XYZ 18 12 16.99 -
YUV 98.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 152 68 113 0 0.55 0.26 0.40 327.86 0.38 0.43
Hex 98 44 71 0 37 1A 28 148 26 2B
Octal 230 104 161 0 67 32 50 510 46 53
Binary 10011000 1000100 1110001 0 110111 11010 101000 101001000 100110 101011

Color Harmonies of #984471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984471

Black with #984471

Text Example


Text Example

White with #984471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984471; }

 p { color: rgb(152,68,113); }

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

background-color css

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

 a { background-color: rgb(152,68,113); }

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

border-color css

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

 span { border-color: rgb(152,68,113); }

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