#C69288

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

Shades of Oriental Pink #C69288

Tints of Oriental Pink #C69288

Color information

#C69288 (or 0xC69288) is unknown color: approx Oriental Pink. HEX triplet: C6, 92 and 88. RGB value is (198,146,136). Sum of RGB (Red+Green+Blue) = 198+146+136=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C69288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69288 is #396D77. Grayscale: #A0A0A0. Windows color (decimal): -3763576 or 8950470. OLE color: 8950470.

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

Color convert

RGB198146136-
CMYK00.260.310.22
HSL9.68º35.23%65.49%-
HSV(B)9.68º31.31%77.65%-
XYZ38.0134.3427.92-
YUV160.41114.23154.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=41.25%
G=30.42%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814613600.260.310.229.6835.2365.49
HexC6928801A1F16a2341
Octal30622221003237261243101
Binary110001101001001010001000011010111111011010101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69288; }

 p { color: rgb(198,146,136); }

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

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

 a { background-color: rgb(198,146,136); }

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

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

 span { border-color: rgb(198,146,136); }

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