#C2857E

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

Shades of Oriental Pink #C2857E

Tints of Oriental Pink #C2857E

Color information

#C2857E (or 0xC2857E) is unknown color: approx Oriental Pink. HEX triplet: C2, 85 and 7E. RGB value is (194,133,126). Sum of RGB (Red+Green+Blue) = 194+133+126=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2857E is #3D7A81. Grayscale: #969696. Windows color (decimal): -4029058 or 8291778. OLE color: 8291778.

HSL color Cylindrical-coordinate representation of color #C2857E: hue angle of 6.18º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2857E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194133126-
CMYK00.310.350.24
HSL6.18º35.79%62.75%-
HSV(B)6.18º35.05%76.08%-
XYZ34.429.7523.67-
YUV150.44114.21159.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 126 (49.61% from 255) = 27.81%
R=42.83%
G=29.36%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413312600.310.350.246.1835.7962.75
HexC2857E01F23186243f
Octal302205176037433064477
Binary1100001010000101111111001111110001111000110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2857E; }

 p { color: rgb(194,133,126); }

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

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

 a { background-color: rgb(194,133,126); }

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

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

 span { border-color: rgb(194,133,126); }

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