Html Css Color HEX #984975 Cadillac

📋 copy color: '#984975'

red 152 ◦ green 73 ◦ blue 117

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

Shades of Cadillac #984975

Tints of Cadillac #984975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 44.44%
G = 21.35%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#984975 (or 0x984975) is known color: Cadillac. HEX triplet: 98, 49 and 75. RGB value is (152,73,117). Sum of RGB (Red+Green+Blue) = 152+73+117=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #984975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984975 is #67B68A. Grayscale: #656565. Windows color (decimal): -6796939 or 7686552. OLE color: 7686552.

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

Color convert

RGB 152 73 117 -
CMYK 0 0.52 0.23 0.40
HSL 326.58º 0.35% 0.44% -
HSV(B) 326.58º 0.52% 0.6% -
XYZ 18.54 12.72 18.31 -
YUV 101.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 152 73 117 0 0.52 0.23 0.40 326.58 0.35 0.44
Hex 98 49 75 0 34 17 28 147 23 2C
Octal 230 111 165 0 64 27 50 507 43 54
Binary 10011000 1001001 1110101 0 110100 10111 101000 101000111 100011 101100

Color Harmonies of #984975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984975

Black with #984975

Text Example


Text Example

White with #984975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984975; }

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

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

background-color css

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

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

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

border-color css

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

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

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