#C68C7C

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

Shades of Oriental Pink #C68C7C

Tints of Oriental Pink #C68C7C

Color information

#C68C7C (or 0xC68C7C) is unknown color: approx Oriental Pink. HEX triplet: C6, 8C and 7C. RGB value is (198,140,124). Sum of RGB (Red+Green+Blue) = 198+140+124=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68C7C is #397383. Grayscale: #9B9B9B. Windows color (decimal): -3765124 or 8162502. OLE color: 8162502.

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

Color convert

RGB198140124-
CMYK00.290.370.22
HSL12.97º39.36%63.14%-
HSV(B)12.97º37.37%77.65%-
XYZ36.332.2223.37-
YUV155.52110.22158.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 140 (55.08% from 255) = 30.30%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=42.86%
G=30.30%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814012400.290.370.2212.9739.3663.14
HexC68C7C01D2516d273f
Octal3062141740354526154777
Binary11000110100011001111100011101100101101101101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68C7C; }

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

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

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

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

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

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

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

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