#C3918B

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

Shades of Oriental Pink #C3918B

Tints of Oriental Pink #C3918B

Color information

#C3918B (or 0xC3918B) is unknown color: approx Oriental Pink. HEX triplet: C3, 91 and 8B. RGB value is (195,145,139). Sum of RGB (Red+Green+Blue) = 195+145+139=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3918B is #3C6E74. Grayscale: #9F9F9F. Windows color (decimal): -3960437 or 9146819. OLE color: 9146819.

HSL color Cylindrical-coordinate representation of color #C3918B: hue angle of 6.43º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C3918B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195145139-
CMYK00.260.290.24
HSL6.43º31.82%65.49%-
HSV(B)6.43º28.72%76.47%-
XYZ37.2933.7228.97-
YUV159.27116.56153.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=40.71%
G=30.27%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514513900.260.290.246.4331.8265.49
HexC3918B01A1D1862041
Octal3032212130323530640101
Binary11000011100100011000101101101011101110001101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3918B; }

 p { color: rgb(195,145,139); }

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

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

 a { background-color: rgb(195,145,139); }

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

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

 span { border-color: rgb(195,145,139); }

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