Html Css Color HEX #985668 Vin Rouge

📋 copy color: '#985668'

red 152 ◦ green 86 ◦ blue 104

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

Shades of Vin Rouge #985668

Tints of Vin Rouge #985668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.15%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 44.44%
G = 25.15%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985668 (or 0x985668) is known color: Vin Rouge. HEX triplet: 98, 56 and 68. RGB value is (152,86,104). Sum of RGB (Red+Green+Blue) = 152+86+104=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #985668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985668 is #67A997. Grayscale: #6B6B6B. Windows color (decimal): -6793624 or 6837912. OLE color: 6837912.

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

Color convert

RGB 152 86 104 -
CMYK 0 0.43 0.32 0.40
HSL 343.64º 0.28% 0.47% -
HSV(B) 343.64º 0.43% 0.6% -
XYZ 18.78 14.33 14.87 -
YUV 107.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 152 86 104 0 0.43 0.32 0.40 343.64 0.28 0.47
Hex 98 56 68 0 2B 20 28 158 1C 2F
Octal 230 126 150 0 53 40 50 530 34 57
Binary 10011000 1010110 1101000 0 101011 100000 101000 101011000 11100 101111

Color Harmonies of #985668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985668

Black with #985668

Text Example


Text Example

White with #985668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985668; }

 p { color: rgb(152,86,104); }

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

background-color css

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

 a { background-color: rgb(152,86,104); }

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

border-color css

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

 span { border-color: rgb(152,86,104); }

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