#C3948F

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

Shades of Oriental Pink #C3948F

Tints of Oriental Pink #C3948F

Color information

#C3948F (or 0xC3948F) is unknown color: approx Oriental Pink. HEX triplet: C3, 94 and 8F. RGB value is (195,148,143). Sum of RGB (Red+Green+Blue) = 195+148+143=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3948F is #3C6B70. Grayscale: #A1A1A1. Windows color (decimal): -3959665 or 9409731. OLE color: 9409731.

HSL color Cylindrical-coordinate representation of color #C3948F: hue angle of 5.77º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3948F is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB195148143-
CMYK00.240.270.24
HSL5.77º30.23%66.27%-
HSV(B)5.77º26.67%76.47%-
XYZ38.0534.7730.69-
YUV161.48117.57151.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 148 (58.20% from 255) = 30.45%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=40.12%
G=30.45%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514814300.240.270.245.7730.2366.27
HexC3948F0181B1861e42
Octal3032242170303330636102
Binary1100001110010100100011110110001101111000110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3948F; }

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

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

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

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

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

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

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

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