Html Css Color HEX #C98882 Oriental Pink

📋 copy color: '#C98882'

red 201 ◦ green 136 ◦ blue 130

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

Shades of Oriental Pink #C98882

Tints of Oriental Pink #C98882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 43.04%
G = 29.12%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C98882 (or 0xC98882) is known color: Oriental Pink. HEX triplet: C9, 88 and 82. RGB value is (201,136,130). Sum of RGB (Red+Green+Blue) = 201+136+130=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 201 - color contains mainly: red. Hex color #C98882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98882 is #36777D. Grayscale: #9A9A9A. Windows color (decimal): -3569534 or 8554697. OLE color: 8554697.

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

Color convert

RGB 201 136 130 -
CMYK 0 0.32 0.35 0.21
HSL 5.07º 0.4% 0.65% -
HSV(B) 5.07º 0.35% 0.79% -
XYZ 36.92 31.64 25.28 -
YUV 154.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 201 136 130 0 0.32 0.35 0.21 5.07 0.4 0.65
Hex C9 88 82 0 20 23 15 5 28 41
Octal 311 210 202 0 40 43 25 5 50 101
Binary 11001001 10001000 10000010 0 100000 100011 10101 101 101000 1000001

Color Harmonies of #C98882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98882

Black with #C98882

Text Example


Text Example

White with #C98882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98882; }

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

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

background-color css

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

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

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

border-color css

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

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

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