#C68887

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

Shades of Oriental Pink #C68887

Tints of Oriental Pink #C68887

Color information

#C68887 (or 0xC68887) is unknown color: approx Oriental Pink. HEX triplet: C6, 88 and 87. RGB value is (198,136,135). Sum of RGB (Red+Green+Blue) = 198+136+135=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C68887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68887 is #397778. Grayscale: #9A9A9A. Windows color (decimal): -3766137 or 8882374. OLE color: 8882374.

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

Color convert

RGB198136135-
CMYK00.310.320.22
HSL0.95º35.59%65.29%-
HSV(B)0.95º31.82%77.65%-
XYZ36.4731.3627.05-
YUV154.42117.04159.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 135 (53.12% from 255) = 28.78%
R=42.22%
G=29.00%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813613500.310.320.220.9535.5965.29
HexC6888701F201612441
Octal3062102070374026144101
Binary1100011010001000100001110111111000001011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68887; }

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

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

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

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

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

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

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

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