#C08988

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

Shades of Oriental Pink #C08988

Tints of Oriental Pink #C08988

Color information

#C08988 (or 0xC08988) is unknown color: approx Oriental Pink. HEX triplet: C0, 89 and 88. RGB value is (192,137,136). Sum of RGB (Red+Green+Blue) = 192+137+136=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C08988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08988 is #3F7677. Grayscale: #999999. Windows color (decimal): -4159096 or 8948160. OLE color: 8948160.

HSL color Cylindrical-coordinate representation of color #C08988: hue angle of 1.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08988 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB192137136-
CMYK00.290.290.25
HSL1.07º30.77%64.31%-
HSV(B)1.07º29.17%75.29%-
XYZ35.1330.8827.4-
YUV153.33118.22155.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 136 (53.52% from 255) = 29.25%
R=41.29%
G=29.46%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213713600.290.290.251.0730.7764.31
HexC0898801D1D1911f40
Octal3002112100353531137100
Binary11000000100010011000100001110111101110011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08988; }

 p { color: rgb(192,137,136); }

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

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

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

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

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

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

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