#C68180

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

Shades of Oriental Pink #C68180

Tints of Oriental Pink #C68180

Color information

#C68180 (or 0xC68180) is unknown color: approx Oriental Pink. HEX triplet: C6, 81 and 80. RGB value is (198,129,128). Sum of RGB (Red+Green+Blue) = 198+129+128=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C68180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68180 is #397E7F. Grayscale: #959595. Windows color (decimal): -3767936 or 8421830. OLE color: 8421830.

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

Color convert

RGB198129128-
CMYK00.350.350.22
HSL0.86º38.04%63.92%-
HSV(B)0.86º35.35%77.65%-
XYZ35.0429.2624.22-
YUV149.52115.86162.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=43.52%
G=28.35%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812912800.350.350.220.8638.0463.92
HexC68180023231612640
Octal3062012000434326146100
Binary11000110100000011000000001000111000111011011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68180; }

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

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

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

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

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

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

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

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