#C3918D

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

Shades of Oriental Pink #C3918D

Tints of Oriental Pink #C3918D

Color information

#C3918D (or 0xC3918D) is unknown color: approx Oriental Pink. HEX triplet: C3, 91 and 8D. RGB value is (195,145,141). Sum of RGB (Red+Green+Blue) = 195+145+141=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3918D is #3C6E72. Grayscale: #9F9F9F. Windows color (decimal): -3960435 or 9277891. OLE color: 9277891.

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

Color convert

RGB195145141-
CMYK00.260.280.24
HSL4.44º31.03%65.88%-
HSV(B)4.44º27.69%76.47%-
XYZ37.4433.7829.75-
YUV159.49117.56153.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=40.54%
G=30.15%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514514100.260.280.244.4431.0365.88
HexC3918D01A1C1841f42
Octal3032212150323430437102
Binary1100001110010001100011010110101110011000100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3918D; }

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

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

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

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

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

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

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

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