Html Css Color HEX #984971 Cadillac

📋 copy color: '#984971'

red 152 ◦ green 73 ◦ blue 113

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

Shades of Cadillac #984971

Tints of Cadillac #984971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

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

R = 44.97%
G = 21.6%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984971 (or 0x984971) is known color: Cadillac. HEX triplet: 98, 49 and 71. RGB value is (152,73,113). Sum of RGB (Red+Green+Blue) = 152+73+113=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #984971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984971 is #67B68E. Grayscale: #656565. Windows color (decimal): -6796943 or 7424408. OLE color: 7424408.

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

Color convert

RGB 152 73 113 -
CMYK 0 0.52 0.26 0.40
HSL 329.62º 0.35% 0.44% -
HSV(B) 329.62º 0.52% 0.6% -
XYZ 18.31 12.63 17.1 -
YUV 101.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 152 73 113 0 0.52 0.26 0.40 329.62 0.35 0.44
Hex 98 49 71 0 34 1A 28 14A 23 2C
Octal 230 111 161 0 64 32 50 512 43 54
Binary 10011000 1001001 1110001 0 110100 11010 101000 101001010 100011 101100

Color Harmonies of #984971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984971

Black with #984971

Text Example


Text Example

White with #984971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984971; }

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

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

background-color css

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

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

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

border-color css

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

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

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