#C8958F

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

Shades of Oriental Pink #C8958F

Tints of Oriental Pink #C8958F

Color information

#C8958F (or 0xC8958F) is unknown color: approx Oriental Pink. HEX triplet: C8, 95 and 8F. RGB value is (200,149,143). Sum of RGB (Red+Green+Blue) = 200+149+143=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8958F is #376A70. Grayscale: #A3A3A3. Windows color (decimal): -3631729 or 9409992. OLE color: 9409992.

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

Color convert

RGB200149143-
CMYK00.260.280.22
HSL6.32º34.13%67.25%-
HSV(B)6.32º28.5%78.43%-
XYZ39.5235.7630.81-
YUV163.56116.4153.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=40.65%
G=30.28%
B=29.07%

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
Decimal20014914300.260.280.226.3234.1367.25
HexC8958F01A1C1662243
Octal3102252170323426642103
Binary11001000100101011000111101101011100101101101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8958F; }

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

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

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

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

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

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

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

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