#C8877E

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

Shades of Oriental Pink #C8877E

Tints of Oriental Pink #C8877E

Color information

#C8877E (or 0xC8877E) is unknown color: approx Oriental Pink. HEX triplet: C8, 87 and 7E. RGB value is (200,135,126). Sum of RGB (Red+Green+Blue) = 200+135+126=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C8877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8877E is #377881. Grayscale: #999999. Windows color (decimal): -3635330 or 8292296. OLE color: 8292296.

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

Color convert

RGB200135126-
CMYK00.320.370.22
HSL7.3º40.22%63.92%-
HSV(B)7.3º37%78.43%-
XYZ36.2531.1123.83-
YUV153.41112.53161.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 135 (53.12% from 255) = 29.28%
BLUE value IS 126 (49.61% from 255) = 27.33%
R=43.38%
G=29.28%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013512600.320.370.227.340.2263.92
HexC8877E020251672840
Octal3102071760404526750100
Binary110010001000011111111100100000100101101101111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8877E; }

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

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

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

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

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

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

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

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