#C8938D

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

Shades of Oriental Pink #C8938D

Tints of Oriental Pink #C8938D

Color information

#C8938D (or 0xC8938D) is unknown color: approx Oriental Pink. HEX triplet: C8, 93 and 8D. RGB value is (200,147,141). Sum of RGB (Red+Green+Blue) = 200+147+141=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8938D is #376C72. Grayscale: #A2A2A2. Windows color (decimal): -3632243 or 9278408. OLE color: 9278408.

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

Color convert

RGB200147141-
CMYK00.260.290.22
HSL6.1º34.91%66.86%-
HSV(B)6.1º29.5%78.43%-
XYZ39.0635.0729.91-
YUV162.16116.06154.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=40.98%
G=30.12%
B=28.89%

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
Decimal20014714100.260.290.226.134.9166.86
HexC8938D01A1D1662343
Octal3102232150323526643103
Binary11001000100100111000110101101011101101101101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8938D; }

 p { color: rgb(200,147,141); }

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

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

 a { background-color: rgb(200,147,141); }

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

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

 span { border-color: rgb(200,147,141); }

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