#C88C83

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

Shades of Oriental Pink #C88C83

Tints of Oriental Pink #C88C83

Color information

#C88C83 (or 0xC88C83) is unknown color: approx Oriental Pink. HEX triplet: C8, 8C and 83. RGB value is (200,140,131). Sum of RGB (Red+Green+Blue) = 200+140+131=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 131 (51.56% from 255 or 27.81% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88C83 is #37737C. Grayscale: #9D9D9D. Windows color (decimal): -3634045 or 8621256. OLE color: 8621256.

HSL color Cylindrical-coordinate representation of color #C88C83: hue angle of 7.83º degrees, saturation: 0.39, 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 #C88C83 is Cyan = 0, Magento = 0.3, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200140131-
CMYK00.30.340.22
HSL7.83º38.55%64.9%-
HSV(B)7.83º34.5%78.43%-
XYZ37.2932.6725.81-
YUV156.91113.38158.73-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 131 (51.56% from 255) = 27.81%
R=42.46%
G=29.72%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014013100.30.340.227.8338.5564.9
HexC88C8301E221682741
Octal31021420303642261047101
Binary1100100010001100100000110111101000101011010001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C83; }

 p { color: rgb(200,140,131); }

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

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

 a { background-color: rgb(200,140,131); }

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

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

 span { border-color: rgb(200,140,131); }

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