Html Css Color HEX #984676 Cadillac

📋 copy color: '#984676'

red 152 ◦ green 70 ◦ blue 118

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

Shades of Cadillac #984676

Tints of Cadillac #984676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 44.71%
G = 20.59%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#984676 (or 0x984676) is known color: Cadillac. HEX triplet: 98, 46 and 76. RGB value is (152,70,118). Sum of RGB (Red+Green+Blue) = 152+70+118=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #984676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984676 is #67B989. Grayscale: #636363. Windows color (decimal): -6797706 or 7751320. OLE color: 7751320.

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

Color convert

RGB 152 70 118 -
CMYK 0 0.54 0.22 0.40
HSL 324.88º 0.37% 0.44% -
HSV(B) 324.88º 0.54% 0.6% -
XYZ 18.41 12.36 18.56 -
YUV 99.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 152 70 118 0 0.54 0.22 0.40 324.88 0.37 0.44
Hex 98 46 76 0 36 16 28 145 25 2C
Octal 230 106 166 0 66 26 50 505 45 54
Binary 10011000 1000110 1110110 0 110110 10110 101000 101000101 100101 101100

Color Harmonies of #984676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984676

Black with #984676

Text Example


Text Example

White with #984676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984676; }

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

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

background-color css

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

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

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

border-color css

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

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

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