#C19085

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

Shades of Oriental Pink #C19085

Tints of Oriental Pink #C19085

Color information

#C19085 (or 0xC19085) is unknown color: approx Oriental Pink. HEX triplet: C1, 90 and 85. RGB value is (193,144,133). Sum of RGB (Red+Green+Blue) = 193+144+133=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C19085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19085 is #3E6F7A. Grayscale: #9D9D9D. Windows color (decimal): -4091771 or 8753345. OLE color: 8753345.

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

Color convert

RGB193144133-
CMYK00.250.310.24
HSL11º32.61%63.92%-
HSV(B)11º31.09%75.69%-
XYZ36.232.9826.65-
YUV157.4114.23153.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 144 (56.64% from 255) = 30.64%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=41.06%
G=30.64%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314413300.250.310.241132.6163.92
HexC190850191F18b2140
Octal30122020503137301341100
Binary110000011001000010000101011001111111100010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19085; }

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

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

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

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

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

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

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

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