#C1897E

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

Shades of Oriental Pink #C1897E

Tints of Oriental Pink #C1897E

Color information

#C1897E (or 0xC1897E) is unknown color: approx Oriental Pink. HEX triplet: C1, 89 and 7E. RGB value is (193,137,126). Sum of RGB (Red+Green+Blue) = 193+137+126=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1897E is #3E7681. Grayscale: #989898. Windows color (decimal): -4093570 or 8292801. OLE color: 8292801.

HSL color Cylindrical-coordinate representation of color #C1897E: hue angle of 9.85º degrees, saturation: 0.35, 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 #C1897E is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB193137126-
CMYK00.290.350.24
HSL9.85º35.08%62.55%-
HSV(B)9.85º34.72%75.69%-
XYZ34.730.7423.84-
YUV152.49113.05156.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 137 (53.91% from 255) = 30.04%
BLUE value IS 126 (49.61% from 255) = 27.63%
R=42.32%
G=30.04%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313712600.290.350.249.8535.0862.55
HexC1897E01D2318a233f
Octal3012111760354330124377
Binary11000001100010011111110011101100011110001010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1897E; }

 p { color: rgb(193,137,126); }

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

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

 a { background-color: rgb(193,137,126); }

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

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

 span { border-color: rgb(193,137,126); }

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