#C6897B

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

Shades of Oriental Pink #C6897B

Tints of Oriental Pink #C6897B

Color information

#C6897B (or 0xC6897B) is unknown color: approx Oriental Pink. HEX triplet: C6, 89 and 7B. RGB value is (198,137,123). Sum of RGB (Red+Green+Blue) = 198+137+123=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6897B is #397684. Grayscale: #999999. Windows color (decimal): -3765893 or 8096198. OLE color: 8096198.

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

Color convert

RGB198137123-
CMYK00.310.380.22
HSL11.2º39.68%62.94%-
HSV(B)11.2º37.88%77.65%-
XYZ35.8131.3322.9-
YUV153.64110.71159.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.23%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 123 (48.44% from 255) = 26.86%
R=43.23%
G=29.91%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813712300.310.380.2211.239.6862.94
HexC6897B01F2616b283f
Octal3062111730374626135077
Binary11000110100010011111011011111100110101101011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6897B; }

 p { color: rgb(198,137,123); }

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

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

 a { background-color: rgb(198,137,123); }

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

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

 span { border-color: rgb(198,137,123); }

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