#C99690

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

Shades of Oriental Pink #C99690

Tints of Oriental Pink #C99690

Color information

#C99690 (or 0xC99690) is unknown color: approx Oriental Pink. HEX triplet: C9, 96 and 90. RGB value is (201,150,144). Sum of RGB (Red+Green+Blue) = 201+150+144=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 201 - color contains mainly: red. Hex color #C99690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99690 is #36696F. Grayscale: #A4A4A4. Windows color (decimal): -3565936 or 9475785. OLE color: 9475785.

HSL color Cylindrical-coordinate representation of color #C99690: hue angle of 6.32º 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 #C99690 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB201150144-
CMYK00.250.280.21
HSL6.32º34.55%67.65%-
HSV(B)6.32º28.36%78.82%-
XYZ40.0336.2431.27-
YUV164.56116.4153.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.61%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=40.61%
G=30.30%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115014400.250.280.216.3234.5567.65
HexC996900191C1562344
Octal3112262200313425643104
Binary11001001100101101001000001100111100101011101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99690; }

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

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

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

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

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

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

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

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