#C1908B

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

Shades of Oriental Pink #C1908B

Tints of Oriental Pink #C1908B

Color information

#C1908B (or 0xC1908B) is unknown color: approx Oriental Pink. HEX triplet: C1, 90 and 8B. RGB value is (193,144,139). Sum of RGB (Red+Green+Blue) = 193+144+139=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C1908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1908B is #3E6F74. Grayscale: #9E9E9E. Windows color (decimal): -4091765 or 9146561. OLE color: 9146561.

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

Color convert

RGB193144139-
CMYK00.250.280.24
HSL5.56º30.34%65.1%-
HSV(B)5.56º27.98%75.69%-
XYZ36.6333.1528.89-
YUV158.08117.23152.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=40.55%
G=30.25%
B=29.20%

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
Decimal19314413900.250.280.245.5630.3465.1
HexC1908B0191C1861e41
Octal3012202130313430636101
Binary1100000110010000100010110110011110011000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1908B; }

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

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

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

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

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

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

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

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