#C8877D

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

Shades of Oriental Pink #C8877D

Tints of Oriental Pink #C8877D

Color information

#C8877D (or 0xC8877D) is unknown color: approx Oriental Pink. HEX triplet: C8, 87 and 7D. RGB value is (200,135,125). Sum of RGB (Red+Green+Blue) = 200+135+125=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8877D is #377882. Grayscale: #999999. Windows color (decimal): -3635331 or 8226760. OLE color: 8226760.

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

Color convert

RGB200135125-
CMYK00.320.380.22
HSL40.54%63.73%-
HSV(B)37.5%78.43%-
XYZ36.1931.0923.5-
YUV153.29112.03161.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=43.48%
G=29.35%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013512500.320.380.22840.5463.73
HexC8877D020261682940
Octal31020717504046261051100
Binary1100100010000111111110101000001001101011010001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8877D; }

 p { color: rgb(200,135,125); }

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

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

 a { background-color: rgb(200,135,125); }

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

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

 span { border-color: rgb(200,135,125); }

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