#C88F83

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

Shades of Oriental Pink #C88F83

Tints of Oriental Pink #C88F83

Color information

#C88F83 (or 0xC88F83) is unknown color: approx Oriental Pink. HEX triplet: C8, 8F and 83. RGB value is (200,143,131). Sum of RGB (Red+Green+Blue) = 200+143+131=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F83 is #37707C. Grayscale: #9E9E9E. Windows color (decimal): -3633277 or 8622024. OLE color: 8622024.

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

Color convert

RGB200143131-
CMYK00.280.340.22
HSL10.43º38.55%64.9%-
HSV(B)10.43º34.5%78.43%-
XYZ37.7433.5625.96-
YUV158.67112.38157.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=42.19%
G=30.17%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014313100.280.340.2210.4338.5564.9
HexC88F8301C2216a2741
Octal31021720303442261247101
Binary1100100010001111100000110111001000101011010101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F83; }

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

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

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

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

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

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

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

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