#C08A89

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

Shades of Oriental Pink #C08A89

Tints of Oriental Pink #C08A89

Color information

#C08A89 (or 0xC08A89) is unknown color: approx Oriental Pink. HEX triplet: C0, 8A and 89. RGB value is (192,138,137). Sum of RGB (Red+Green+Blue) = 192+138+137=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08A89 is #3F7576. Grayscale: #9A9A9A. Windows color (decimal): -4158839 or 9013952. OLE color: 9013952.

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

Color convert

RGB192138137-
CMYK00.280.290.25
HSL1.09º30.39%64.51%-
HSV(B)1.09º28.65%75.29%-
XYZ35.3431.1927.82-
YUV154.03118.39155.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 138 (54.30% from 255) = 29.55%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=41.11%
G=29.55%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213813700.280.290.251.0930.3964.51
HexC08A8901C1D1911e41
Octal3002122110343531136101
Binary11000000100010101000100101110011101110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08A89; }

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

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

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

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

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

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

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

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