#C8827F

Color #C8827F Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #C8827F

Tints of Oriental Pink #C8827F

Color information

#C8827F (or 0xC8827F) is unknown color: approx Oriental Pink. HEX triplet: C8, 82 and 7F. RGB value is (200,130,127). Sum of RGB (Red+Green+Blue) = 200+130+127=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C8827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8827F is #377D80. Grayscale: #969696. Windows color (decimal): -3636609 or 8356552. OLE color: 8356552.

HSL color Cylindrical-coordinate representation of color #C8827F: hue angle of 2.47º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8827F is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200130127-
CMYK00.350.360.22
HSL2.47º39.89%64.12%-
HSV(B)2.47º36.5%78.43%-
XYZ35.6329.7823.95-
YUV150.59114.69163.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.76%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 127 (50% from 255) = 27.79%
R=43.76%
G=28.45%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013012700.350.360.222.4739.8964.12
HexC8827F023241622840
Octal3102021770434426250100
Binary11001000100000101111111010001110010010110101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8827F; }

 p { color: rgb(200,130,127); }

 H1.HeaderClassName
 {
   color: #C8827F;
 }
 .AnyTagClassName
 {
   color: #C8827F;
 }
</style>
background-color css

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

 a { background-color: rgb(200,130,127); }

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

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

 span { border-color: rgb(200,130,127); }

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