#C3897E

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

Shades of Oriental Pink #C3897E

Tints of Oriental Pink #C3897E

Color information

#C3897E (or 0xC3897E) is unknown color: approx Oriental Pink. HEX triplet: C3, 89 and 7E. RGB value is (195,137,126). Sum of RGB (Red+Green+Blue) = 195+137+126=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C3897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3897E is #3C7681. Grayscale: #999999. Windows color (decimal): -3962498 or 8292803. OLE color: 8292803.

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

Color convert

RGB195137126-
CMYK00.300.350.24
HSL9.57º36.51%62.94%-
HSV(B)9.57º35.38%76.47%-
XYZ35.223123.87-
YUV153.09112.72157.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=42.58%
G=29.91%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513712600.300.350.249.5736.5162.94
HexC3897E01E2318a253f
Octal3032111760364330124577
Binary11000011100010011111110011110100011110001010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3897E; }

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

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

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

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

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

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

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

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