Html Css Color HEX #C9857F Oriental Pink

📋 copy color: '#C9857F'

red 201 ◦ green 133 ◦ blue 127

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

Shades of Oriental Pink #C9857F

Tints of Oriental Pink #C9857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.85%

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

R = 43.6%
G = 28.85%
B = 27.55%

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

#C9857F (or 0xC9857F) is known color: Oriental Pink. HEX triplet: C9, 85 and 7F. RGB value is (201,133,127). Sum of RGB (Red+Green+Blue) = 201+133+127=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9857F is #367A80. Grayscale: #989898. Windows color (decimal): -3570305 or 8357321. OLE color: 8357321.

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

Color convert

RGB 201 133 127 -
CMYK 0 0.34 0.37 0.21
HSL 4.86º 0.41% 0.64% -
HSV(B) 4.86º 0.37% 0.79% -
XYZ 36.31 30.72 24.1 -
YUV 152.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 201 133 127 0 0.34 0.37 0.21 4.86 0.41 0.64
Hex C9 85 7F 0 22 25 15 5 29 40
Octal 311 205 177 0 42 45 25 5 51 100
Binary 11001001 10000101 1111111 0 100010 100101 10101 101 101001 1000000

Color Harmonies of #C9857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9857F

Black with #C9857F

Text Example


Text Example

White with #C9857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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