#C99793

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

Shades of Oriental Pink #C99793

Tints of Oriental Pink #C99793

Color information

#C99793 (or 0xC99793) is unknown color: approx Oriental Pink. HEX triplet: C9, 97 and 93. RGB value is (201,151,147). Sum of RGB (Red+Green+Blue) = 201+151+147=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99793 is #36686C. Grayscale: #A5A5A5. Windows color (decimal): -3565677 or 9672649. OLE color: 9672649.

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

Color convert

RGB201151147-
CMYK00.250.270.21
HSL4.44º33.33%68.24%-
HSV(B)4.44º26.87%78.82%-
XYZ40.4236.6632.55-
YUV165.49117.56153.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.28%
GREEN value IS 151 (59.38% from 255) = 30.26%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=40.28%
G=30.26%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115114700.250.270.214.4433.3368.24
HexC997930191B1542144
Octal3112272230313325441104
Binary11001001100101111001001101100111011101011001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99793; }

 p { color: rgb(201,151,147); }

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

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

 a { background-color: rgb(201,151,147); }

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

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

 span { border-color: rgb(201,151,147); }

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