#C68880

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

Shades of Oriental Pink #C68880

Tints of Oriental Pink #C68880

Color information

#C68880 (or 0xC68880) is unknown color: approx Oriental Pink. HEX triplet: C6, 88 and 80. RGB value is (198,136,128). Sum of RGB (Red+Green+Blue) = 198+136+128=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C68880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68880 is #39777F. Grayscale: #999999. Windows color (decimal): -3766144 or 8423622. OLE color: 8423622.

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

Color convert

RGB198136128-
CMYK00.310.350.22
HSL6.86º38.04%63.92%-
HSV(B)6.86º35.35%77.65%-
XYZ35.9931.1724.54-
YUV153.63113.54159.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=42.86%
G=29.44%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813612800.310.350.226.8638.0463.92
HexC6888001F231672640
Octal3062102000374326746100
Binary110001101000100010000000011111100011101101111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68880; }

 p { color: rgb(198,136,128); }

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

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

 a { background-color: rgb(198,136,128); }

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

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

 span { border-color: rgb(198,136,128); }

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