#C99590

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

Shades of Oriental Pink #C99590

Tints of Oriental Pink #C99590

Color information

#C99590 (or 0xC99590) is unknown color: approx Oriental Pink. HEX triplet: C9, 95 and 90. RGB value is (201,149,144). Sum of RGB (Red+Green+Blue) = 201+149+144=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C99590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99590 is #366A6F. Grayscale: #A4A4A4. Windows color (decimal): -3566192 or 9475529. OLE color: 9475529.

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

Color convert

RGB201149144-
CMYK00.260.280.21
HSL5.26º34.55%67.65%-
HSV(B)5.26º28.36%78.82%-
XYZ39.8735.9331.22-
YUV163.98116.73154.41-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=40.69%
G=30.16%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114914400.260.280.215.2634.5567.65
HexC9959001A1C1552344
Octal3112252200323425543104
Binary11001001100101011001000001101011100101011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99590; }

 p { color: rgb(201,149,144); }

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

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

 a { background-color: rgb(201,149,144); }

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

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

 span { border-color: rgb(201,149,144); }

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