#C2918B

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

Shades of Oriental Pink #C2918B

Tints of Oriental Pink #C2918B

Color information

#C2918B (or 0xC2918B) is unknown color: approx Oriental Pink. HEX triplet: C2, 91 and 8B. RGB value is (194,145,139). Sum of RGB (Red+Green+Blue) = 194+145+139=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2918B is #3D6E74. Grayscale: #9F9F9F. Windows color (decimal): -4025973 or 9146818. OLE color: 9146818.

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

Color convert

RGB194145139-
CMYK00.250.280.24
HSL6.55º31.07%65.29%-
HSV(B)6.55º28.35%76.08%-
XYZ37.0333.5828.96-
YUV158.97116.73152.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 139 (54.69% from 255) = 29.08%
R=40.59%
G=30.33%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414513900.250.280.246.5531.0765.29
HexC2918B0191C1871f41
Octal3022212130313430737101
Binary1100001010010001100010110110011110011000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2918B; }

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

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

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

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

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

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

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

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