#C69087

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

Shades of Oriental Pink #C69087

Tints of Oriental Pink #C69087

Color information

#C69087 (or 0xC69087) is unknown color: approx Oriental Pink. HEX triplet: C6, 90 and 87. RGB value is (198,144,135). Sum of RGB (Red+Green+Blue) = 198+144+135=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C69087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69087 is #396F78. Grayscale: #9F9F9F. Windows color (decimal): -3764089 or 8884422. OLE color: 8884422.

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

Color convert

RGB198144135-
CMYK00.270.320.22
HSL8.57º35.59%65.29%-
HSV(B)8.57º31.82%77.65%-
XYZ37.6433.727.44-
YUV159.12114.39155.73-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 135 (53.12% from 255) = 28.30%
R=41.51%
G=30.19%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814413500.270.320.228.5735.5965.29
HexC6908701B201692441
Octal30622020703340261144101
Binary1100011010010000100001110110111000001011010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69087; }

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

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

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

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

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

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

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

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