#C4897D

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

Shades of Oriental Pink #C4897D

Tints of Oriental Pink #C4897D

Color information

#C4897D (or 0xC4897D) is unknown color: approx Oriental Pink. HEX triplet: C4, 89 and 7D. RGB value is (196,137,125). Sum of RGB (Red+Green+Blue) = 196+137+125=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4897D is #3B7682. Grayscale: #999999. Windows color (decimal): -3896963 or 8227268. OLE color: 8227268.

HSL color Cylindrical-coordinate representation of color #C4897D: hue angle of 10.14º degrees, saturation: 0.38, 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 #C4897D is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB196137125-
CMYK00.300.360.23
HSL10.14º37.57%62.94%-
HSV(B)10.14º36.22%76.86%-
XYZ35.4131.1123.54-
YUV153.27112.05158.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 125 (49.22% from 255) = 27.29%
R=42.79%
G=29.91%
B=27.29%

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
Decimal19613712500.300.360.2310.1437.5762.94
HexC4897D01E2417a263f
Octal3042111750364427124677
Binary11000100100010011111101011110100100101111010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4897D; }

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

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

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

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

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

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

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

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