Html Css Color HEX #984973 Cadillac

📋 copy color: '#984973'

red 152 ◦ green 73 ◦ blue 115

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

Shades of Cadillac #984973

Tints of Cadillac #984973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 44.71%
G = 21.47%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#984973 (or 0x984973) is known color: Cadillac. HEX triplet: 98, 49 and 73. RGB value is (152,73,115). Sum of RGB (Red+Green+Blue) = 152+73+115=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #984973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984973 is #67B68C. Grayscale: #656565. Windows color (decimal): -6796941 or 7555480. OLE color: 7555480.

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

Color convert

RGB 152 73 115 -
CMYK 0 0.52 0.24 0.40
HSL 328.1º 0.35% 0.44% -
HSV(B) 328.1º 0.52% 0.6% -
XYZ 18.43 12.68 17.7 -
YUV 101.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 152 73 115 0 0.52 0.24 0.40 328.1 0.35 0.44
Hex 98 49 73 0 34 18 28 148 23 2C
Octal 230 111 163 0 64 30 50 510 43 54
Binary 10011000 1001001 1110011 0 110100 11000 101000 101001000 100011 101100

Color Harmonies of #984973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984973

Black with #984973

Text Example


Text Example

White with #984973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984973; }

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

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

background-color css

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

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

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

border-color css

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

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

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