#C8938A

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

Shades of Oriental Pink #C8938A

Tints of Oriental Pink #C8938A

Color information

#C8938A (or 0xC8938A) is unknown color: approx Oriental Pink. HEX triplet: C8, 93 and 8A. RGB value is (200,147,138). Sum of RGB (Red+Green+Blue) = 200+147+138=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 200 - color contains mainly: red. Hex color #C8938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8938A is #376C75. Grayscale: #A1A1A1. Windows color (decimal): -3632246 or 9081800. OLE color: 9081800.

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

Color convert

RGB200147138-
CMYK00.260.310.22
HSL8.71º36.05%66.27%-
HSV(B)8.71º31%78.43%-
XYZ38.8434.9828.75-
YUV161.82114.56155.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.24%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=41.24%
G=30.31%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014713800.260.310.228.7136.0566.27
HexC8938A01A1F1692442
Octal31022321203237261144102
Binary110010001001001110001010011010111111011010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8938A; }

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

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

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

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

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

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

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

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