#C48989

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

Shades of Oriental Pink #C48989

Tints of Oriental Pink #C48989

Color information

#C48989 (or 0xC48989) is unknown color: approx Oriental Pink. HEX triplet: C4, 89 and 89. RGB value is (196,137,137). Sum of RGB (Red+Green+Blue) = 196+137+137=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C48989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48989 is #3B7676. Grayscale: #9A9A9A. Windows color (decimal): -3896951 or 9013700. OLE color: 9013700.

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

Color convert

RGB196137137-
CMYK00.300.300.23
HSL33.33%65.29%-
HSV(B)30.1%76.86%-
XYZ36.2331.4327.82-
YUV154.64118.05157.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=41.70%
G=29.15%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613713700.300.300.23033.3365.29
HexC4898901E1E1702141
Octal3042112110363627041101
Binary110001001000100110001001011110111101011101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48989; }

 p { color: rgb(196,137,137); }

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

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

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

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

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

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

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