#C69085

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

Shades of Oriental Pink #C69085

Tints of Oriental Pink #C69085

Color information

#C69085 (or 0xC69085) is unknown color: approx Oriental Pink. HEX triplet: C6, 90 and 85. RGB value is (198,144,133). Sum of RGB (Red+Green+Blue) = 198+144+133=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C69085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69085 is #396F7A. Grayscale: #9E9E9E. Windows color (decimal): -3764091 or 8753350. OLE color: 8753350.

HSL color Cylindrical-coordinate representation of color #C69085: hue angle of 10.15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69085 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198144133-
CMYK00.270.330.22
HSL10.15º36.31%64.9%-
HSV(B)10.15º32.83%77.65%-
XYZ37.533.6526.71-
YUV158.89113.39155.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 133 (52.34% from 255) = 28%
R=41.68%
G=30.32%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814413300.270.330.2210.1536.3164.9
HexC6908501B2116a2441
Octal30622020503341261244101
Binary1100011010010000100001010110111000011011010101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69085; }

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

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

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

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

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

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

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

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