#C19082

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

Shades of Oriental Pink #C19082

Tints of Oriental Pink #C19082

Color information

#C19082 (or 0xC19082) is unknown color: approx Oriental Pink. HEX triplet: C1, 90 and 82. RGB value is (193,144,130). Sum of RGB (Red+Green+Blue) = 193+144+130=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C19082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19082 is #3E6F7D. Grayscale: #9D9D9D. Windows color (decimal): -4091774 or 8556737. OLE color: 8556737.

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

Color convert

RGB193144130-
CMYK00.250.330.24
HSL13.33º33.69%63.33%-
HSV(B)13.33º32.64%75.69%-
XYZ35.9932.925.57-
YUV157.05112.73153.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 144 (56.64% from 255) = 30.84%
BLUE value IS 130 (51.17% from 255) = 27.84%
R=41.33%
G=30.84%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314413000.250.330.2413.3333.6963.33
HexC190820192118d223f
Octal3012202020314130154277
Binary110000011001000010000010011001100001110001101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19082; }

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

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

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

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

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

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

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

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