#C8948F

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

Shades of Oriental Pink #C8948F

Tints of Oriental Pink #C8948F

Color information

#C8948F (or 0xC8948F) is unknown color: approx Oriental Pink. HEX triplet: C8, 94 and 8F. RGB value is (200,148,143). Sum of RGB (Red+Green+Blue) = 200+148+143=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8948F is #376B70. Grayscale: #A3A3A3. Windows color (decimal): -3631985 or 9409736. OLE color: 9409736.

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

Color convert

RGB200148143-
CMYK00.260.280.22
HSL5.26º34.13%67.25%-
HSV(B)5.26º28.5%78.43%-
XYZ39.3735.4430.75-
YUV162.98116.73154.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.73%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=40.73%
G=30.14%
B=29.12%

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
Decimal20014814300.260.280.225.2634.1367.25
HexC8948F01A1C1652243
Octal3102242170323426542103
Binary11001000100101001000111101101011100101101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8948F; }

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

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

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

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

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

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

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

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