#C28989

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

Shades of Oriental Pink #C28989

Tints of Oriental Pink #C28989

Color information

#C28989 (or 0xC28989) is unknown color: approx Oriental Pink. HEX triplet: C2, 89 and 89. RGB value is (194,137,137). Sum of RGB (Red+Green+Blue) = 194+137+137=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C28989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28989 is #3D7676. Grayscale: #9A9A9A. Windows color (decimal): -4028023 or 9013698. OLE color: 9013698.

HSL color Cylindrical-coordinate representation of color #C28989: hue angle of 0º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C28989 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194137137-
CMYK00.290.290.24
HSL31.84%64.9%-
HSV(B)29.38%76.08%-
XYZ35.7131.1727.8-
YUV154.04118.38156.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=41.45%
G=29.27%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413713700.290.290.24031.8464.9
HexC2898901D1D1802041
Octal3022112110353530040101
Binary110000101000100110001001011101111011100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28989; }

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

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

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

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

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

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

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

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