#C8958E

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

Shades of Oriental Pink #C8958E

Tints of Oriental Pink #C8958E

Color information

#C8958E (or 0xC8958E) is unknown color: approx Oriental Pink. HEX triplet: C8, 95 and 8E. RGB value is (200,149,142). Sum of RGB (Red+Green+Blue) = 200+149+142=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8958E is #376A71. Grayscale: #A3A3A3. Windows color (decimal): -3631730 or 9344456. OLE color: 9344456.

HSL color Cylindrical-coordinate representation of color #C8958E: hue angle of 7.24º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8958E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200149142-
CMYK00.260.290.22
HSL7.24º34.52%67.06%-
HSV(B)7.24º29%78.43%-
XYZ39.4535.7330.41-
YUV163.45115.9154.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=40.73%
G=30.35%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014914200.260.290.227.2434.5267.06
HexC8958E01A1D1672343
Octal3102252160323526743103
Binary11001000100101011000111001101011101101101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8958E; }

 p { color: rgb(200,149,142); }

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

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

 a { background-color: rgb(200,149,142); }

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

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

 span { border-color: rgb(200,149,142); }

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