Html Css Color HEX #C98886 Oriental Pink

📋 copy color: '#C98886'

red 201 ◦ green 136 ◦ blue 134

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

Shades of Oriental Pink #C98886

Tints of Oriental Pink #C98886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.87%

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

R = 42.68%
G = 28.87%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C98886 (or 0xC98886) is known color: Oriental Pink. HEX triplet: C9, 88 and 86. RGB value is (201,136,134). Sum of RGB (Red+Green+Blue) = 201+136+134=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 201 - color contains mainly: red. Hex color #C98886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98886 is #367779. Grayscale: #9B9B9B. Windows color (decimal): -3569530 or 8816841. OLE color: 8816841.

HSL color Cylindrical-coordinate representation of color #C98886: hue angle of 1.79º 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 #C98886 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 134 -
CMYK 0 0.32 0.33 0.21
HSL 1.79º 0.38% 0.66% -
HSV(B) 1.79º 0.33% 0.79% -
XYZ 37.19 31.75 26.72 -
YUV 155.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 201 136 134 0 0.32 0.33 0.21 1.79 0.38 0.66
Hex C9 88 86 0 20 21 15 2 26 42
Octal 311 210 206 0 40 41 25 2 46 102
Binary 11001001 10001000 10000110 0 100000 100001 10101 10 100110 1000010

Color Harmonies of #C98886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98886

Black with #C98886

Text Example


Text Example

White with #C98886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98886; }

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

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

background-color css

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

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

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

border-color css

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

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

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