#C98381

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

Shades of Oriental Pink #C98381

Tints of Oriental Pink #C98381

Color information

#C98381 (or 0xC98381) is unknown color: approx Oriental Pink. HEX triplet: C9, 83 and 81. RGB value is (201,131,129). Sum of RGB (Red+Green+Blue) = 201+131+129=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C98381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98381 is #367C7E. Grayscale: #979797. Windows color (decimal): -3570815 or 8487881. OLE color: 8487881.

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

Color convert

RGB201131129-
CMYK00.350.360.21
HSL1.67º40%64.71%-
HSV(B)1.67º35.82%78.82%-
XYZ36.1730.2424.7-
YUV151.7115.19163.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 131 (51.56% from 255) = 28.42%
BLUE value IS 129 (50.78% from 255) = 27.98%
R=43.60%
G=28.42%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113112900.350.360.211.674064.71
HexC98381023241522841
Octal3112032010434425250101
Binary110010011000001110000001010001110010010101101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98381; }

 p { color: rgb(201,131,129); }

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

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

 a { background-color: rgb(201,131,129); }

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

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

 span { border-color: rgb(201,131,129); }

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