#C7877C

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

Shades of Oriental Pink #C7877C

Tints of Oriental Pink #C7877C

Color information

#C7877C (or 0xC7877C) is unknown color: approx Oriental Pink. HEX triplet: C7, 87 and 7C. RGB value is (199,135,124). Sum of RGB (Red+Green+Blue) = 199+135+124=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C7877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7877C is #387883. Grayscale: #989898. Windows color (decimal): -3700868 or 8161223. OLE color: 8161223.

HSL color Cylindrical-coordinate representation of color #C7877C: hue angle of 8.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7877C is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199135124-
CMYK00.320.380.22
HSL8.8º40.11%63.33%-
HSV(B)8.8º37.69%78.04%-
XYZ35.8630.9323.15-
YUV152.88111.7160.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 135 (53.12% from 255) = 29.48%
BLUE value IS 124 (48.83% from 255) = 27.07%
R=43.45%
G=29.48%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913512400.320.380.228.840.1163.33
HexC7877C02026169283f
Octal3072071740404626115077
Binary110001111000011111111000100000100110101101001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7877C; }

 p { color: rgb(199,135,124); }

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

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

 a { background-color: rgb(199,135,124); }

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

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

 span { border-color: rgb(199,135,124); }

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