Html Css Color HEX #C9877F Oriental Pink

📋 copy color: '#C9877F'

red 201 ◦ green 135 ◦ blue 127

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

Shades of Oriental Pink #C9877F

Tints of Oriental Pink #C9877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.16%

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

R = 43.41%
G = 29.16%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9877F (or 0xC9877F) is known color: Oriental Pink. HEX triplet: C9, 87 and 7F. RGB value is (201,135,127). Sum of RGB (Red+Green+Blue) = 201+135+127=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 201 - color contains mainly: red. Hex color #C9877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9877F is #367880. Grayscale: #999999. Windows color (decimal): -3569793 or 8357833. OLE color: 8357833.

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

Color convert

RGB 201 135 127 -
CMYK 0 0.33 0.37 0.21
HSL 6.49º 0.41% 0.64% -
HSV(B) 6.49º 0.37% 0.79% -
XYZ 36.58 31.28 24.19 -
YUV 153.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 201 135 127 0 0.33 0.37 0.21 6.49 0.41 0.64
Hex C9 87 7F 0 21 25 15 6 29 40
Octal 311 207 177 0 41 45 25 6 51 100
Binary 11001001 10000111 1111111 0 100001 100101 10101 110 101001 1000000

Color Harmonies of #C9877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9877F

Black with #C9877F

Text Example


Text Example

White with #C9877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9877F; }

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

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

background-color css

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

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

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

border-color css

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

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

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