#C4897E

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

Shades of Oriental Pink #C4897E

Tints of Oriental Pink #C4897E

Color information

#C4897E (or 0xC4897E) is unknown color: approx Oriental Pink. HEX triplet: C4, 89 and 7E. RGB value is (196,137,126). Sum of RGB (Red+Green+Blue) = 196+137+126=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4897E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4897E is #3B7681. Grayscale: #999999. Windows color (decimal): -3896962 or 8292804. OLE color: 8292804.

HSL color Cylindrical-coordinate representation of color #C4897E: hue angle of 9.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4897E is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB196137126-
CMYK00.300.360.23
HSL9.43º37.23%63.14%-
HSV(B)9.43º35.71%76.86%-
XYZ35.4831.1323.88-
YUV153.39112.55158.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 137 (53.91% from 255) = 29.85%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=42.70%
G=29.85%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613712600.300.360.239.4337.2363.14
HexC4897E01E24179253f
Octal3042111760364427114577
Binary11000100100010011111110011110100100101111001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4897E; }

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

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

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

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

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

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

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

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