#C2908D

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

Shades of Oriental Pink #C2908D

Tints of Oriental Pink #C2908D

Color information

#C2908D (or 0xC2908D) is unknown color: approx Oriental Pink. HEX triplet: C2, 90 and 8D. RGB value is (194,144,141). Sum of RGB (Red+Green+Blue) = 194+144+141=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2908D is #3D6F72. Grayscale: #9E9E9E. Windows color (decimal): -4026227 or 9277634. OLE color: 9277634.

HSL color Cylindrical-coordinate representation of color #C2908D: hue angle of 3.4º 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 #C2908D is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194144141-
CMYK00.260.270.24
HSL3.4º30.29%65.69%-
HSV(B)3.4º27.32%76.08%-
XYZ37.0333.3429.68-
YUV158.61118.06153.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=40.50%
G=30.06%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414414100.260.270.243.430.2965.69
HexC2908D01A1B1831e42
Octal3022202150323330336102
Binary110000101001000010001101011010110111100011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2908D; }

 p { color: rgb(194,144,141); }

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

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

 a { background-color: rgb(194,144,141); }

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

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

 span { border-color: rgb(194,144,141); }

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