#C6908C

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

Shades of Oriental Pink #C6908C

Tints of Oriental Pink #C6908C

Color information

#C6908C (or 0xC6908C) is unknown color: approx Oriental Pink. HEX triplet: C6, 90 and 8C. RGB value is (198,144,140). Sum of RGB (Red+Green+Blue) = 198+144+140=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 198 - color contains mainly: red. Hex color #C6908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6908C is #396F73. Grayscale: #9F9F9F. Windows color (decimal): -3764084 or 9212102. OLE color: 9212102.

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

Color convert

RGB198144140-
CMYK00.270.290.22
HSL4.14º33.72%66.27%-
HSV(B)4.14º29.29%77.65%-
XYZ3833.8529.34-
YUV159.69116.89155.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.08%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=41.08%
G=29.88%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814414000.270.290.224.1433.7266.27
HexC6908C01B1D1642242
Octal3062202140333526442102
Binary11000110100100001000110001101111101101101001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6908C; }

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

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

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

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

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

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

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

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