Html Css Color HEX #C98B86 Oriental Pink

📋 copy color: '#C98B86'

red 201 ◦ green 139 ◦ blue 134

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

Shades of Oriental Pink #C98B86

Tints of Oriental Pink #C98B86

RGB

 RED value IS 201 (78.91% from 255) = 42.41%

 GREEN value IS 139 (54.69% from 255) = 29.32%

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 42.41%
G = 29.32%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C98B86 (or 0xC98B86) is known color: Oriental Pink. HEX triplet: C9, 8B and 86. RGB value is (201,139,134). Sum of RGB (Red+Green+Blue) = 201+139+134=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B86 is #367479. Grayscale: #9D9D9D. Windows color (decimal): -3568762 or 8817609. OLE color: 8817609.

HSL color Cylindrical-coordinate representation of color #C98B86: hue angle of 4.48º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C98B86 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 139 134 -
CMYK 0 0.31 0.33 0.21
HSL 4.48º 0.38% 0.66% -
HSV(B) 4.48º 0.33% 0.79% -
XYZ 37.62 32.6 26.86 -
YUV 156.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 201 139 134 0 0.31 0.33 0.21 4.48 0.38 0.66
Hex C9 8B 86 0 1F 21 15 4 26 42
Octal 311 213 206 0 37 41 25 4 46 102
Binary 11001001 10001011 10000110 0 11111 100001 10101 100 100110 1000010

Color Harmonies of #C98B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B86

Black with #C98B86

Text Example


Text Example

White with #C98B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B86; }

 p { color: rgb(201,139,134); }

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

background-color css

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

 a { background-color: rgb(201,139,134); }

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

border-color css

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

 span { border-color: rgb(201,139,134); }

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