#C68F80

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

Shades of Oriental Pink #C68F80

Tints of Oriental Pink #C68F80

Color information

#C68F80 (or 0xC68F80) is unknown color: approx Oriental Pink. HEX triplet: C6, 8F and 80. RGB value is (198,143,128). Sum of RGB (Red+Green+Blue) = 198+143+128=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F80 is #39707F. Grayscale: #9D9D9D. Windows color (decimal): -3764352 or 8425414. OLE color: 8425414.

HSL color Cylindrical-coordinate representation of color #C68F80: hue angle of 12.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 #C68F80 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB198143128-
CMYK00.280.350.22
HSL12.86º38.04%63.92%-
HSV(B)12.86º35.35%77.65%-
XYZ37.0133.2124.88-
YUV157.73111.22156.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=42.22%
G=30.49%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814312800.280.350.2212.8638.0463.92
HexC68F8001C2316d2640
Octal30621720003443261546100
Binary1100011010001111100000000111001000111011011011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68F80; }

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

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

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

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

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

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

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

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