#C7897D

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

Shades of Oriental Pink #C7897D

Tints of Oriental Pink #C7897D

Color information

#C7897D (or 0xC7897D) is unknown color: approx Oriental Pink. HEX triplet: C7, 89 and 7D. RGB value is (199,137,125). Sum of RGB (Red+Green+Blue) = 199+137+125=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7897D is #387682. Grayscale: #9A9A9A. Windows color (decimal): -3700355 or 8227271. OLE color: 8227271.

HSL color Cylindrical-coordinate representation of color #C7897D: hue angle of 9.73º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7897D is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB199137125-
CMYK00.310.370.22
HSL9.73º39.78%63.53%-
HSV(B)9.73º37.19%78.04%-
XYZ36.231.5123.58-
YUV154.17111.54159.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=43.17%
G=29.72%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913712500.310.370.229.7339.7863.53
HexC7897D01F2516a2840
Octal30721117503745261250100
Binary110001111000100111111010111111001011011010101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7897D; }

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

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

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

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

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

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

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

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