#C7857D

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

Shades of Oriental Pink #C7857D

Tints of Oriental Pink #C7857D

Color information

#C7857D (or 0xC7857D) is unknown color: approx Oriental Pink. HEX triplet: C7, 85 and 7D. RGB value is (199,133,125). Sum of RGB (Red+Green+Blue) = 199+133+125=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C7857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7857D is #387A82. Grayscale: #979797. Windows color (decimal): -3701379 or 8226247. OLE color: 8226247.

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

Color convert

RGB199133125-
CMYK00.330.370.22
HSL6.49º39.78%63.53%-
HSV(B)6.49º37.19%78.04%-
XYZ35.6430.423.39-
YUV151.82112.87161.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=43.54%
G=29.10%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913312500.330.370.226.4939.7863.53
HexC7857D021251662840
Octal3072051750414526650100
Binary110001111000010111111010100001100101101101101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7857D; }

 p { color: rgb(199,133,125); }

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

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

 a { background-color: rgb(199,133,125); }

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

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

 span { border-color: rgb(199,133,125); }

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