#C68C8B

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

Shades of Oriental Pink #C68C8B

Tints of Oriental Pink #C68C8B

Color information

#C68C8B (or 0xC68C8B) is unknown color: approx Oriental Pink. HEX triplet: C6, 8C and 8B. RGB value is (198,140,139). Sum of RGB (Red+Green+Blue) = 198+140+139=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68C8B is #397374. Grayscale: #9D9D9D. Windows color (decimal): -3765109 or 9145542. OLE color: 9145542.

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

Color convert

RGB198140139-
CMYK00.290.300.22
HSL1.02º34.1%66.08%-
HSV(B)1.02º29.8%77.65%-
XYZ37.3332.6328.76-
YUV157.23117.72157.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=41.51%
G=29.35%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814013900.290.300.221.0234.166.08
HexC68C8B01D1E1612242
Octal3062142130353626142102
Binary110001101000110010001011011101111101011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C8B; }

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

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

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

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

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

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

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

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