#C8938F

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

Shades of Oriental Pink #C8938F

Tints of Oriental Pink #C8938F

Color information

#C8938F (or 0xC8938F) is unknown color: approx Oriental Pink. HEX triplet: C8, 93 and 8F. RGB value is (200,147,143). Sum of RGB (Red+Green+Blue) = 200+147+143=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8938F is #376C70. Grayscale: #A2A2A2. Windows color (decimal): -3632241 or 9409480. OLE color: 9409480.

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

Color convert

RGB200147143-
CMYK00.260.280.22
HSL4.21º34.13%67.25%-
HSV(B)4.21º28.5%78.43%-
XYZ39.2135.1330.7-
YUV162.39117.06154.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.82%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=40.82%
G=30%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014714300.260.280.224.2134.1367.25
HexC8938F01A1C1642243
Octal3102232170323426442103
Binary11001000100100111000111101101011100101101001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8938F; }

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

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

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

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

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

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

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

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