#C6908D

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

Shades of Oriental Pink #C6908D

Tints of Oriental Pink #C6908D

Color information

#C6908D (or 0xC6908D) is unknown color: approx Oriental Pink. HEX triplet: C6, 90 and 8D. RGB value is (198,144,141). Sum of RGB (Red+Green+Blue) = 198+144+141=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6908D is #396F72. Grayscale: #9F9F9F. Windows color (decimal): -3764083 or 9277638. OLE color: 9277638.

HSL color Cylindrical-coordinate representation of color #C6908D: hue angle of 3.16º degrees, saturation: 0.33, 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 #C6908D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198144141-
CMYK00.270.290.22
HSL3.16º33.33%66.47%-
HSV(B)3.16º28.79%77.65%-
XYZ38.0733.8829.73-
YUV159.8117.39155.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=40.99%
G=29.81%
B=29.19%

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
Decimal19814414100.270.290.223.1633.3366.47
HexC6908D01B1D1632142
Octal3062202150333526341102
Binary1100011010010000100011010110111110110110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6908D; }

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

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

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

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

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

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

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

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