Html Css Color HEX #C0887F Oriental Pink

📋 copy color: '#C0887F'

red 192 ◦ green 136 ◦ blue 127

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

Shades of Oriental Pink #C0887F

Tints of Oriental Pink #C0887F

RGB

 RED value IS 192 (75.39% from 255) = 42.2%

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

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

R = 42.2%
G = 29.89%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0887F (or 0xC0887F) is known color: Oriental Pink. HEX triplet: C0, 88 and 7F. RGB value is (192,136,127). Sum of RGB (Red+Green+Blue) = 192+136+127=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C0887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0887F is #3F7780. Grayscale: #979797. Windows color (decimal): -4159361 or 8358080. OLE color: 8358080.

HSL color Cylindrical-coordinate representation of color #C0887F: hue angle of 8.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0887F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 127 -
CMYK 0 0.29 0.34 0.25
HSL 8.31º 0.34% 0.63% -
HSV(B) 8.31º 0.34% 0.75% -
XYZ 34.37 30.35 24.12 -
YUV 151.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 192 136 127 0 0.29 0.34 0.25 8.31 0.34 0.63
Hex C0 88 7F 0 1D 22 19 8 22 3F
Octal 300 210 177 0 35 42 31 10 42 77
Binary 11000000 10001000 1111111 0 11101 100010 11001 1000 100010 111111

Color Harmonies of #C0887F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0887F

Black with #C0887F

Text Example


Text Example

White with #C0887F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0887F; }

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

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

background-color css

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

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

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

border-color css

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

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

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