#C98982

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

Shades of Oriental Pink #C98982

Tints of Oriental Pink #C98982

Color information

#C98982 (or 0xC98982) is unknown color: approx Oriental Pink. HEX triplet: C9, 89 and 82. RGB value is (201,137,130). Sum of RGB (Red+Green+Blue) = 201+137+130=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 201 - color contains mainly: red. Hex color #C98982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98982 is #36767D. Grayscale: #9B9B9B. Windows color (decimal): -3569278 or 8554953. OLE color: 8554953.

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

Color convert

RGB201137130-
CMYK00.320.350.21
HSL5.92º39.66%64.9%-
HSV(B)5.92º35.32%78.82%-
XYZ37.0631.9225.33-
YUV155.34113.7160.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.95%
GREEN value IS 137 (53.91% from 255) = 29.27%
BLUE value IS 130 (51.17% from 255) = 27.78%
R=42.95%
G=29.27%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113713000.320.350.215.9239.6664.9
HexC98982020231562841
Octal3112112020404325650101
Binary1100100110001001100000100100000100011101011101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98982; }

 p { color: rgb(201,137,130); }

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

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

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

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

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

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

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