#C4908B

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

Shades of Oriental Pink #C4908B

Tints of Oriental Pink #C4908B

Color information

#C4908B (or 0xC4908B) is unknown color: approx Oriental Pink. HEX triplet: C4, 90 and 8B. RGB value is (196,144,139). Sum of RGB (Red+Green+Blue) = 196+144+139=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4908B is #3B6F74. Grayscale: #9F9F9F. Windows color (decimal): -3895157 or 9146564. OLE color: 9146564.

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

Color convert

RGB196144139-
CMYK00.270.290.23
HSL5.26º32.57%65.69%-
HSV(B)5.26º29.08%76.86%-
XYZ37.433.5528.93-
YUV158.98116.73154.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=40.92%
G=30.06%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614413900.270.290.235.2632.5765.69
HexC4908B01B1D1752142
Octal3042202130333527541102
Binary11000100100100001000101101101111101101111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4908B; }

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

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

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

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

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

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

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

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