#C2908B

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

Shades of Oriental Pink #C2908B

Tints of Oriental Pink #C2908B

Color information

#C2908B (or 0xC2908B) is unknown color: approx Oriental Pink. HEX triplet: C2, 90 and 8B. RGB value is (194,144,139). Sum of RGB (Red+Green+Blue) = 194+144+139=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C2908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2908B is #3D6F74. Grayscale: #9E9E9E. Windows color (decimal): -4026229 or 9146562. OLE color: 9146562.

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

Color convert

RGB194144139-
CMYK00.260.280.24
HSL5.45º31.07%65.29%-
HSV(B)5.45º28.35%76.08%-
XYZ36.8833.2828.91-
YUV158.38117.06153.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.67%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=40.67%
G=30.19%
B=29.14%

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
Decimal19414413900.260.280.245.4531.0765.29
HexC2908B01A1C1851f41
Octal3022202130323430537101
Binary1100001010010000100010110110101110011000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2908B; }

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

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

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

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

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

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

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

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