#C09085

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

Shades of Oriental Pink #C09085

Tints of Oriental Pink #C09085

Color information

#C09085 (or 0xC09085) is unknown color: approx Oriental Pink. HEX triplet: C0, 90 and 85. RGB value is (192,144,133). Sum of RGB (Red+Green+Blue) = 192+144+133=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C09085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09085 is #3F6F7A. Grayscale: #9D9D9D. Windows color (decimal): -4157307 or 8753344. OLE color: 8753344.

HSL color Cylindrical-coordinate representation of color #C09085: hue angle of 11.19º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C09085 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB192144133-
CMYK00.250.310.25
HSL11.19º31.89%63.73%-
HSV(B)11.19º30.73%75.29%-
XYZ35.9532.8526.64-
YUV157.1114.4152.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=40.94%
G=30.70%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214413300.250.310.2511.1931.8963.73
HexC090850191F19b2040
Octal30022020503137311340100
Binary110000001001000010000101011001111111100110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09085; }

 p { color: rgb(192,144,133); }

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

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

 a { background-color: rgb(192,144,133); }

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

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

 span { border-color: rgb(192,144,133); }

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