#C09691

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

Shades of Oriental Pink #C09691

Tints of Oriental Pink #C09691

Color information

#C09691 (or 0xC09691) is unknown color: approx Oriental Pink. HEX triplet: C0, 96 and 91. RGB value is (192,150,145). Sum of RGB (Red+Green+Blue) = 192+150+145=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C09691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09691 is #3F696E. Grayscale: #A2A2A2. Windows color (decimal): -4155759 or 9541312. OLE color: 9541312.

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

Color convert

RGB192150145-
CMYK00.220.240.25
HSL6.38º27.17%66.08%-
HSV(B)6.38º24.48%75.29%-
XYZ37.7635.0631.57-
YUV161.99118.41149.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 145 (57.03% from 255) = 29.77%
R=39.43%
G=30.80%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215014500.220.240.256.3827.1766.08
HexC09691016181961b42
Octal3002262210263031633102
Binary1100000010010110100100010101101100011001110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09691; }

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

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

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

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

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

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

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

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