Html Css Color HEX #C9887F Oriental Pink

📋 copy color: '#C9887F'

red 201 ◦ green 136 ◦ blue 127

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

Shades of Oriental Pink #C9887F

Tints of Oriental Pink #C9887F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.37%

R = 43.32%
G = 29.31%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9887F (or 0xC9887F) is known color: Oriental Pink. HEX triplet: C9, 88 and 7F. RGB value is (201,136,127). Sum of RGB (Red+Green+Blue) = 201+136+127=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9887F is #367780. Grayscale: #9A9A9A. Windows color (decimal): -3569537 or 8358089. OLE color: 8358089.

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

Color convert

RGB 201 136 127 -
CMYK 0 0.32 0.37 0.21
HSL 7.3º 0.41% 0.64% -
HSV(B) 7.3º 0.37% 0.79% -
XYZ 36.72 31.56 24.23 -
YUV 154.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 201 136 127 0 0.32 0.37 0.21 7.3 0.41 0.64
Hex C9 88 7F 0 20 25 15 7 29 40
Octal 311 210 177 0 40 45 25 7 51 100
Binary 11001001 10001000 1111111 0 100000 100101 10101 111 101001 1000000

Color Harmonies of #C9887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9887F

Black with #C9887F

Text Example


Text Example

White with #C9887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9887F; }

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

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

background-color css

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

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

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

border-color css

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

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

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