#C68780

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

Shades of Oriental Pink #C68780

Tints of Oriental Pink #C68780

Color information

#C68780 (or 0xC68780) is unknown color: approx Oriental Pink. HEX triplet: C6, 87 and 80. RGB value is (198,135,128). Sum of RGB (Red+Green+Blue) = 198+135+128=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 198 - color contains mainly: red. Hex color #C68780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68780 is #39787F. Grayscale: #999999. Windows color (decimal): -3766400 or 8423366. OLE color: 8423366.

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

Color convert

RGB198135128-
CMYK00.320.350.22
HSL38.04%63.92%-
HSV(B)35.35%77.65%-
XYZ35.8530.8924.5-
YUV153.04113.87160.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.95%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=42.95%
G=29.28%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813512800.320.350.22638.0463.92
HexC68780020231662640
Octal3062072000404326646100
Binary1100011010000111100000000100000100011101101101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68780; }

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

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

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

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

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

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

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

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