Html Css Color HEX #C9867F Oriental Pink

📋 copy color: '#C9867F'

red 201 ◦ green 134 ◦ blue 127

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

Shades of Oriental Pink #C9867F

Tints of Oriental Pink #C9867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29%

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

R = 43.51%
G = 29%
B = 27.49%

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

#C9867F (or 0xC9867F) is known color: Oriental Pink. HEX triplet: C9, 86 and 7F. RGB value is (201,134,127). Sum of RGB (Red+Green+Blue) = 201+134+127=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9867F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9867F is #367980. Grayscale: #999999. Windows color (decimal): -3570049 or 8357577. OLE color: 8357577.

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

Color convert

RGB 201 134 127 -
CMYK 0 0.33 0.37 0.21
HSL 5.68º 0.41% 0.64% -
HSV(B) 5.68º 0.37% 0.79% -
XYZ 36.44 31 24.14 -
YUV 153.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 201 134 127 0 0.33 0.37 0.21 5.68 0.41 0.64
Hex C9 86 7F 0 21 25 15 6 29 40
Octal 311 206 177 0 41 45 25 6 51 100
Binary 11001001 10000110 1111111 0 100001 100101 10101 110 101001 1000000

Color Harmonies of #C9867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9867F

Black with #C9867F

Text Example


Text Example

White with #C9867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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