#C89082

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

Shades of Oriental Pink #C89082

Tints of Oriental Pink #C89082

Color information

#C89082 (or 0xC89082) is unknown color: approx Oriental Pink. HEX triplet: C8, 90 and 82. RGB value is (200,144,130). Sum of RGB (Red+Green+Blue) = 200+144+130=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C89082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89082 is #376F7D. Grayscale: #9F9F9F. Windows color (decimal): -3633022 or 8556744. OLE color: 8556744.

HSL color Cylindrical-coordinate representation of color #C89082: hue angle of 12º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C89082 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB200144130-
CMYK00.280.350.22
HSL12º38.89%64.71%-
HSV(B)12º35%78.43%-
XYZ37.8233.8425.66-
YUV159.15111.55157.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 130 (51.17% from 255) = 27.43%
R=42.19%
G=30.38%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014413000.280.350.221238.8964.71
HexC8908201C2316c2741
Octal31022020203443261447101
Binary1100100010010000100000100111001000111011011001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89082; }

 p { color: rgb(200,144,130); }

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

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

 a { background-color: rgb(200,144,130); }

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

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

 span { border-color: rgb(200,144,130); }

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