#C88885

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

Shades of Oriental Pink #C88885

Tints of Oriental Pink #C88885

Color information

#C88885 (or 0xC88885) is unknown color: approx Oriental Pink. HEX triplet: C8, 88 and 85. RGB value is (200,136,133). Sum of RGB (Red+Green+Blue) = 200+136+133=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C88885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88885 is #37777A. Grayscale: #9A9A9A. Windows color (decimal): -3635067 or 8751304. OLE color: 8751304.

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

Color convert

RGB200136133-
CMYK00.320.340.22
HSL2.69º37.85%65.29%-
HSV(B)2.69º33.5%78.43%-
XYZ36.8631.5826.34-
YUV154.79115.7160.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=42.64%
G=29.00%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013613300.320.340.222.6937.8565.29
HexC88885020221632641
Octal3102102050404226346101
Binary110010001000100010000101010000010001010110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88885; }

 p { color: rgb(200,136,133); }

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

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

 a { background-color: rgb(200,136,133); }

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

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

 span { border-color: rgb(200,136,133); }

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