#C19691

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

Shades of Oriental Pink #C19691

Tints of Oriental Pink #C19691

Color information

#C19691 (or 0xC19691) is unknown color: approx Oriental Pink. HEX triplet: C1, 96 and 91. RGB value is (193,150,145). Sum of RGB (Red+Green+Blue) = 193+150+145=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C19691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19691 is #3E696E. Grayscale: #A2A2A2. Windows color (decimal): -4090223 or 9541313. OLE color: 9541313.

HSL color Cylindrical-coordinate representation of color #C19691: hue angle of 6.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C19691 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB193150145-
CMYK00.220.250.24
HSL6.25º27.91%66.27%-
HSV(B)6.25º24.87%75.69%-
XYZ38.0135.1931.58-
YUV162.29118.25149.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.55%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=39.55%
G=30.74%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315014500.220.250.246.2527.9166.27
HexC19691016191861c42
Octal3012262210263130634102
Binary1100000110010110100100010101101100111000110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19691; }

 p { color: rgb(193,150,145); }

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

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

 a { background-color: rgb(193,150,145); }

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

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

 span { border-color: rgb(193,150,145); }

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