#C4918E

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

Shades of Oriental Pink #C4918E

Tints of Oriental Pink #C4918E

Color information

#C4918E (or 0xC4918E) is unknown color: approx Oriental Pink. HEX triplet: C4, 91 and 8E. RGB value is (196,145,142). Sum of RGB (Red+Green+Blue) = 196+145+142=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4918E is #3B6E71. Grayscale: #9F9F9F. Windows color (decimal): -3894898 or 9343428. OLE color: 9343428.

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

Color convert

RGB196145142-
CMYK00.260.280.23
HSL3.33º31.4%66.27%-
HSV(B)3.33º27.55%76.86%-
XYZ37.7733.9430.15-
YUV159.91117.9153.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=40.58%
G=30.02%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614514200.260.280.233.3331.466.27
HexC4918E01A1C1731f42
Octal3042212160323427337102
Binary110001001001000110001110011010111001011111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4918E; }

 p { color: rgb(196,145,142); }

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

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

 a { background-color: rgb(196,145,142); }

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

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

 span { border-color: rgb(196,145,142); }

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