#C88B7E

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

Shades of Oriental Pink #C88B7E

Tints of Oriental Pink #C88B7E

Color information

#C88B7E (or 0xC88B7E) is unknown color: approx Oriental Pink. HEX triplet: C8, 8B and 7E. RGB value is (200,139,126). Sum of RGB (Red+Green+Blue) = 200+139+126=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B7E is #377481. Grayscale: #9B9B9B. Windows color (decimal): -3634306 or 8293320. OLE color: 8293320.

HSL color Cylindrical-coordinate representation of color #C88B7E: hue angle of 10.54º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C88B7E is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB200139126-
CMYK00.300.370.22
HSL10.54º40.22%63.92%-
HSV(B)10.54º37%78.43%-
XYZ36.8232.2524.02-
YUV155.76111.21159.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 126 (49.61% from 255) = 27.10%
R=43.01%
G=29.89%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013912600.300.370.2210.5440.2263.92
HexC88B7E01E2516b2840
Octal31021317603645261350100
Binary110010001000101111111100111101001011011010111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B7E; }

 p { color: rgb(200,139,126); }

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

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

 a { background-color: rgb(200,139,126); }

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

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

 span { border-color: rgb(200,139,126); }

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