Html Css Color HEX #C9847F Oriental Pink

📋 copy color: '#C9847F'

red 201 ◦ green 132 ◦ blue 127

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

Shades of Oriental Pink #C9847F

Tints of Oriental Pink #C9847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.7%

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

R = 43.7%
G = 28.7%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C9847F (or 0xC9847F) is known color: Oriental Pink. HEX triplet: C9, 84 and 7F. RGB value is (201,132,127). Sum of RGB (Red+Green+Blue) = 201+132+127=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9847F is #367B80. Grayscale: #989898. Windows color (decimal): -3570561 or 8357065. OLE color: 8357065.

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

Color convert

RGB 201 132 127 -
CMYK 0 0.34 0.37 0.21
HSL 4.05º 0.41% 0.64% -
HSV(B) 4.05º 0.37% 0.79% -
XYZ 36.17 30.45 24.05 -
YUV 152.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 201 132 127 0 0.34 0.37 0.21 4.05 0.41 0.64
Hex C9 84 7F 0 22 25 15 4 29 40
Octal 311 204 177 0 42 45 25 4 51 100
Binary 11001001 10000100 1111111 0 100010 100101 10101 100 101001 1000000

Color Harmonies of #C9847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9847F

Black with #C9847F

Text Example


Text Example

White with #C9847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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