#C7877B

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

Shades of Oriental Pink #C7877B

Tints of Oriental Pink #C7877B

Color information

#C7877B (or 0xC7877B) is unknown color: approx Oriental Pink. HEX triplet: C7, 87 and 7B. RGB value is (199,135,123). Sum of RGB (Red+Green+Blue) = 199+135+123=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7877B is #387884. Grayscale: #989898. Windows color (decimal): -3700869 or 8095687. OLE color: 8095687.

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

Color convert

RGB199135123-
CMYK00.320.380.22
HSL9.47º40.43%63.14%-
HSV(B)9.47º38.19%78.04%-
XYZ35.7930.922.82-
YUV152.77111.2160.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=43.54%
G=29.54%
B=26.91%

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
Decimal19913512300.320.380.229.4740.4363.14
HexC7877B02026169283f
Octal3072071730404626115077
Binary110001111000011111110110100000100110101101001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7877B; }

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

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

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

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

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

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

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

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