Html Css Color HEX #C98880 Oriental Pink

📋 copy color: '#C98880'

red 201 ◦ green 136 ◦ blue 128

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

Shades of Oriental Pink #C98880

Tints of Oriental Pink #C98880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 43.23%
G = 29.25%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#C98880 (or 0xC98880) is known color: Oriental Pink. HEX triplet: C9, 88 and 80. RGB value is (201,136,128). Sum of RGB (Red+Green+Blue) = 201+136+128=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C98880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98880 is #36777F. Grayscale: #9A9A9A. Windows color (decimal): -3569536 or 8423625. OLE color: 8423625.

HSL color Cylindrical-coordinate representation of color #C98880: hue angle of 6.58º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C98880 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 136 128 -
CMYK 0 0.32 0.36 0.21
HSL 6.58º 0.4% 0.65% -
HSV(B) 6.58º 0.36% 0.79% -
XYZ 36.79 31.58 24.58 -
YUV 154.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 201 136 128 0 0.32 0.36 0.21 6.58 0.4 0.65
Hex C9 88 80 0 20 24 15 7 28 41
Octal 311 210 200 0 40 44 25 7 50 101
Binary 11001001 10001000 10000000 0 100000 100100 10101 111 101000 1000001

Color Harmonies of #C98880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98880

Black with #C98880

Text Example


Text Example

White with #C98880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98880; }

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

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

background-color css

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

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

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

border-color css

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

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

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