#C0827F

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

Shades of Oriental Pink #C0827F

Tints of Oriental Pink #C0827F

Color information

#C0827F (or 0xC0827F) is unknown color: approx Oriental Pink. HEX triplet: C0, 82 and 7F. RGB value is (192,130,127). Sum of RGB (Red+Green+Blue) = 192+130+127=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0827F is #3F7D80. Grayscale: #949494. Windows color (decimal): -4160897 or 8356544. OLE color: 8356544.

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

Color convert

RGB192130127-
CMYK00.320.340.25
HSL2.77º34.03%62.55%-
HSV(B)2.77º33.85%75.29%-
XYZ33.5528.723.85-
YUV148.2116.04159.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 127 (50% from 255) = 28.29%
R=42.76%
G=28.95%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213012700.320.340.252.7734.0362.55
HexC0827F02022193223f
Octal300202177040423134277
Binary1100000010000010111111101000001000101100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0827F; }

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

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

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

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

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

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

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

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